diff --git a/.github/workflows/oxipng.yml b/.github/workflows/oxipng.yml index dfdb48bf..495efd22 100644 --- a/.github/workflows/oxipng.yml +++ b/.github/workflows/oxipng.yml @@ -78,7 +78,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} args: -- -D warnings - name: Run tests - run: cargo test + run: cargo test --features sanity-checks - name: Build benchmarks if: matrix.toolchain == 'nightly' run: cargo bench --no-run