From ece239731a514cab36be1b8b5c0aa2387713ede5 Mon Sep 17 00:00:00 2001 From: FreezyLemon Date: Sat, 14 Sep 2024 15:07:38 +0200 Subject: [PATCH] Drop `binary` integration test from coverage It causes problems and makes no sense to collect anyways because it just calls precompiled binaries from rust code. --- .github/workflows/rav1e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rav1e.yml b/.github/workflows/rav1e.yml index 677dcaa968..a6accd3e25 100644 --- a/.github/workflows/rav1e.yml +++ b/.github/workflows/rav1e.yml @@ -325,7 +325,7 @@ jobs: CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER: > ${{ env.SDE_PATH }}/sde -icx -- run: | - cargo test --workspace --verbose --target x86_64-unknown-linux-gnu \ + cargo test --lib --workspace --verbose --target x86_64-unknown-linux-gnu \ --features=decode_test,decode_test_dav1d,quick_test - name: Run unit tests if: matrix.conf == 'no-asm-tests'