forked from GitHub/bdwgc-rust
Fix github workflow
This commit is contained in:
5
.github/workflows/test.yaml
vendored
5
.github/workflows/test.yaml
vendored
@@ -21,6 +21,9 @@ jobs:
|
|||||||
- uses: actions-rs/audit-check@v1
|
- uses: actions-rs/audit-check@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- runs: |
|
- run: |
|
||||||
cd examples
|
cd examples
|
||||||
./test.sh
|
./test.sh
|
||||||
|
- run: |
|
||||||
|
git clean -dfx
|
||||||
|
cargo build --no-default-features --features cmake
|
||||||
|
|||||||
Reference in New Issue
Block a user