Run tests with new sanity-checks feature enabled

This commit is contained in:
Alejandro González 2023-04-23 12:01:02 +02:00
parent b3d5fae116
commit bb2a9269ab
No known key found for this signature in database

View file

@ -78,7 +78,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
args: -- -D warnings args: -- -D warnings
- name: Run tests - name: Run tests
run: cargo test run: cargo test --features sanity-checks
- name: Build benchmarks - name: Build benchmarks
if: matrix.toolchain == 'nightly' if: matrix.toolchain == 'nightly'
run: cargo bench --no-run run: cargo bench --no-run