Skip to content

Commit

Permalink
Don't try to build benches on stable/beta
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed Feb 11, 2023
1 parent e89ed74 commit 2b9d3e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --locked --all-features --all-targets
args: --locked --all-features
minimal:
runs-on: ubuntu-latest
name: ubuntu / stable / minimal-versions
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --locked --all-features --all-targets
args: --locked --all-features
os-check:
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }} / stable
Expand All @@ -84,7 +84,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --locked --all-features --all-targets
args: --locked --all-features
coverage:
runs-on: ubuntu-latest
name: ubuntu / stable / coverage
Expand Down

0 comments on commit 2b9d3e3

Please sign in to comment.