Skip to content

Commit 4738842

Browse files
committed
fix typo
1 parent 57e3e03 commit 4738842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Install nextest
4848
uses: taiki-e/install-action@nextest
4949
- name: Test
50-
run: cargo nextest run --all-fatures
50+
run: cargo nextest run --all-features
5151
- name: Delete Cargo.lock and test against latest versions
5252
if: matrix.rust-version == 'stable'
5353
run: |

0 commit comments

Comments
 (0)