We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfcd908 commit aca752cCopy full SHA for aca752c
.github/workflows/build.yml
@@ -44,4 +44,4 @@ jobs:
44
args: --no-default-features --features ${{ matrix.mode }}
45
46
- name: test
47
- run: cargo test --no-default-features --features ${{ matrix.mode }}
+ run: cargo +nightly test --no-default-features --features ${{ matrix.mode }}
0 commit comments