Skip to content

Commit

Permalink
forbid unsafe code
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmwells-amazon committed Apr 19, 2023
1 parent 112ecba commit de86b35
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 de86b35

Please sign in to comment.