Skip to content

Commit de16a04

Browse files
committed
chore: fix spelling in job test-all-featues
1 parent 8b92ddb commit de16a04

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
- clippy
2828
- msrv
2929
- doc
30-
- test-no-std
30+
- test-all-features
3131
- test-default-features
32-
- test-all-featues
32+
- test-no-std
3333
steps:
3434
- run: exit 0
3535

@@ -65,7 +65,7 @@ jobs:
6565
- run: cargo +nightly fmt --check --all
6666
- uses: Swatinem/rust-cache@v2
6767

68-
test-all-featues:
68+
test-all-features:
6969
name: Run tests for all features
7070
runs-on: ${{ matrix.os }}
7171
needs:

0 commit comments

Comments
 (0)