diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 7bcb5b0e..615d4f31 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -41,7 +41,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: install - args: --locked --release + args: --locked - name: Rebuild binary assets (syntaxes and themes) run: bash assets/create.sh - name: Run tests with new syntaxes and themes