Browse Source

Exclude `dora-rav1e` in `msrv` test job

pull/1094/head
Philipp Oppermann 5 months ago
parent
commit
d10ad762e4
Failed to extract signature
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/ci.yml

+ 1
- 1
.github/workflows/ci.yml View File

@@ -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

Loading…
Cancel
Save