We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e7d9b2 commit 7fab2daCopy full SHA for 7fab2da
1 file changed
.github/workflows/main.yml
@@ -20,14 +20,12 @@ jobs:
20
- stable
21
- 1.68.0
22
features:
23
+ - --no-default-features
24
-
- - --features dummy_match_byte
25
- --features malloc_size_of
26
include:
27
- toolchain: nightly
28
features: --features bench
29
- - toolchain: nightly
30
- features: --features bench,dummy_match_byte
31
steps:
32
- uses: actions/checkout@v2
33
0 commit comments