diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 615d4f31..577b9a18 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 + args: --locked --path . - name: Rebuild binary assets (syntaxes and themes) run: bash assets/create.sh - name: Run tests with new syntaxes and themes