From bb2a9269ab3400c9c8afa68a1d306d8c123463cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Gonz=C3=A1lez?= Date: Sun, 23 Apr 2023 12:01:02 +0200 Subject: [PATCH] Run tests with new sanity-checks feature enabled --- .github/workflows/oxipng.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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