Browse Source

chore: update CI.yaml

km/mkdocs-impl
Bobbin Threadbare 1 year ago
committed by Bobbin Threadbare
parent
commit
f894ed9cde
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/ci.yml

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

@ -61,7 +61,7 @@ jobs:
args: --all-targets --all-features -- -D clippy::all -D warnings
test:
name: test ${{matrix.toolchain}} on ${{matrix.os}} with ${{matrix.args}}
name: test ${{matrix.toolchain}} on ${{matrix.os}} with ${{matrix.features}}
runs-on: ${{matrix.os}}-latest
strategy:
fail-fast: false

Loading…
Cancel
Save