Skip to content

Commit

Permalink
Fix CI (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmwells-amazon authored and khieta committed Oct 19, 2023
1 parent e3d74cb commit 9bb3209
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,7 @@ jobs:
- run: cd cedar-policy-core ; cargo test --no-default-features --verbose
- run: cd cedar-policy-formatter ; cargo test --no-default-features --verbose
- run: cd cedar-policy-validator ; cargo test --no-default-features --verbose

cargo_audit:
name: Cargo Audit
runs-on: ubuntu-latest
strategy:
matrix:
toolchain:
- stable
steps:
- uses: actions/checkout@v3
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo install cargo-audit
- run: cargo audit --deny warnings
- run: cargo audit --deny warnings # For some reason this hangs if you don't cargo build first

cargo_semver_checks:
name: Cargo SemVer Checks
Expand Down

0 comments on commit 9bb3209

Please sign in to comment.