File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212
1313 strategy :
1414 matrix :
15- rust : ["1.34.2 ", stable, beta, nightly]
15+ rust : ["1.48.0 ", stable, beta, nightly]
1616 features : ["", "rayon"]
1717 command : [test, benchmark]
1818
@@ -29,11 +29,11 @@ jobs:
2929 - name : test
3030 run : >
3131 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.48.0 ' }}
3333 env :
3434 FEATURES : ${{ matrix.features }}
3535 - name : benchmark
3636 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.48.0 ' }}
3838 env :
3939 FEATURES : ${{ matrix.features }}
Original file line number Diff line number Diff line change 1- 1.34.2
1+ 1.48.0
You can’t perform that action at this time.
0 commit comments