Run tests with new sanity-checks feature enabled
This commit is contained in:
parent
b3d5fae116
commit
bb2a9269ab
1 changed files with 1 additions and 1 deletions
2
.github/workflows/oxipng.yml
vendored
2
.github/workflows/oxipng.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue