diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a93cfe1..8563c4b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -21,6 +21,9 @@ jobs: - uses: actions-rs/audit-check@v1 with: token: ${{ secrets.GITHUB_TOKEN }} - - runs: | + - run: | cd examples ./test.sh + - run: | + git clean -dfx + cargo build --no-default-features --features cmake