Skip to content

Commit

Permalink
Merge pull request #3 from cedar-policy/update_ci
Browse files Browse the repository at this point in the history
Update CI to include format check and deny on warnings
  • Loading branch information
aaronjeline committed Apr 19, 2023
2 parents 9921fee + 112ecba commit 47c3323
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
matrix:
toolchain:
- stable
- beta
- nightly
steps:
- uses: actions/checkout@v3
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo build --verbose
- run: cargo fmt --all --check
- run: cargo --verbose rustc -- -D warnings
- run: cargo test --verbose
- run: cargo bench --no-run


0 comments on commit 47c3323

Please sign in to comment.