File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
13
13
strategy :
14
14
matrix :
15
- rust : ["1.34.2 ", stable, beta, nightly]
15
+ rust : ["1.36.0 ", stable, beta, nightly]
16
16
features : ["", "rayon"]
17
17
command : [test, benchmark]
18
18
@@ -29,11 +29,11 @@ jobs:
29
29
- name : test
30
30
run : >
31
31
cargo test --tests --benches --no-default-features --features "$FEATURES"
32
- if : ${{ matrix.command == 'test' && matrix.rust != '1.34.2 ' }}
32
+ if : ${{ matrix.command == 'test' && matrix.rust != '1.36.0 ' }}
33
33
env :
34
34
FEATURES : ${{ matrix.features }}
35
35
- name : benchmark
36
36
run : cargo bench --bench decoding_benchmark --no-default-features --features "$FEATURES" -- --warm-up-time 1 --measurement-time 1 --sample-size 25
37
- if : ${{ matrix.command == 'benchmark' && matrix.rust != '1.34.2 ' }}
37
+ if : ${{ matrix.command == 'benchmark' && matrix.rust != '1.36.0 ' }}
38
38
env :
39
39
FEATURES : ${{ matrix.features }}
You can’t perform that action at this time.
0 commit comments