Skip to content

Commit

Permalink
Improve ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aon committed Aug 16, 2023
1 parent e300f80 commit 98449a8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/general-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
with:
path: |
~/.cargo
apps/cargo-scout-audit/target
key: ${{ runner.os }}-cargo-scout-dependencies-${{ github.run_id }}

- name: Install Rust nightly-2023-01-27
Expand All @@ -55,13 +56,17 @@ jobs:
cd test-run
cargo scout-audit
- name: Compile cargo-scout-audit tests
working-directory: apps/cargo-scout-audit
run: cargo test --no-run

scout-audit-test:
name: Test Scout Audit
runs-on: ubuntu-latest
needs: build-cargo-scout-audit
strategy:
matrix:
test: ["panic-error"]
test: ["assert-violation", "avoid-core-mem-forget", "avoid-format!-string"]
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 98449a8

Please sign in to comment.