Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tash-2s committed Dec 25, 2023
1 parent e734d01 commit b93fbf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ on:

jobs:
test:
name: test ${{ matrix.flags.name }} (${{ matrix.os }})
name: test ${{ matrix.flags }} (${{ matrix.os }})
runs-on: ${{ matrix.os }}
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
os: ["ubuntu-latest", "macos-latest"]
rust: ["stable", "1.65"]
flags: ["--no-default-features", "", "--all-features"]
exclude:
Expand All @@ -37,5 +37,5 @@ jobs:
shell: bash
run: |
cargo nextest run \
${{ matrix.flags.flags }} \
${{ matrix.flags }} \
--retries 2

0 comments on commit b93fbf2

Please sign in to comment.