We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc05d64 commit 42a2a2dCopy full SHA for 42a2a2d
1 file changed
.github/workflows/main.yml
@@ -21,13 +21,11 @@ jobs:
21
- 1.68.0
22
features:
23
-
24
- - --features dummy_match_byte
+ - --no-default-features
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