We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e3e03 commit 4738842Copy full SHA for 4738842
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Install nextest
48
uses: taiki-e/install-action@nextest
49
- name: Test
50
- run: cargo nextest run --all-fatures
+ run: cargo nextest run --all-features
51
- name: Delete Cargo.lock and test against latest versions
52
if: matrix.rust-version == 'stable'
53
run: |
0 commit comments