diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d56ec9c9..2c3af7b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: args: --all-targets --all-features -- -D warnings - name: Test the examples - run: bash examples/test_examples.sh + run: cd examples && bash test_examples.sh - name: fmt uses: actions-rs/cargo@v1