Skip to content

Commit

Permalink
Merge pull request #4 from cedar-policy/update_ci
Browse files Browse the repository at this point in the history
forbid unsafe code
  • Loading branch information
aaronjeline committed Apr 19, 2023
2 parents 47c3323 + de86b35 commit ee04a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo fmt --all --check
- run: cargo --verbose rustc -- -D warnings
- run: cargo --verbose rustc -- -D warnings -F unsafe-code
- run: cargo test --verbose
- run: cargo bench --no-run

Expand Down

0 comments on commit ee04a84

Please sign in to comment.