From d10ad762e4d01ab9d3a5f2323a3fd28fead300a9 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Wed, 30 Jul 2025 16:59:25 +0200 Subject: [PATCH] Exclude `dora-rav1e` in `msrv` test job --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0810b54e..bec40fc0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -553,4 +553,4 @@ jobs: steps: - uses: actions/checkout@v4 - uses: taiki-e/install-action@cargo-hack - - run: cargo hack check --all-targets --rust-version --workspace --ignore-private --locked + - run: cargo hack check --all-targets --rust-version --workspace --ignore-private --locked --exclude dora-rav1e