mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-05-31 10:58:55 -06:00
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
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- runs: |
|
||||
- run: |
|
||||
cd examples
|
||||
./test.sh
|
||||
- run: |
|
||||
git clean -dfx
|
||||
cargo build --no-default-features --features cmake
|
||||
|
||||
Reference in New Issue
Block a user