Skip to content

Commit

Permalink
Add beta to CI matrix (#2253)
Browse files Browse the repository at this point in the history
In order to find regressions like
rust-lang/rust#71473
before stable releases.
  • Loading branch information
est31 authored and barrbrain committed May 26, 2020
1 parent 1def4f1 commit f141298
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/rav1e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
strategy:
matrix:
conf:
- beta-build
- 1.36.0-tests
- aom-tests
- dav1d-tests
Expand All @@ -59,6 +60,8 @@ jobs:
- check-extra-feats
- fuzz
include:
- conf: beta-build
toolchain: beta
- conf: 1.36.0-tests
toolchain: 1.36.0
- conf: aom-tests
Expand Down Expand Up @@ -211,6 +214,10 @@ jobs:
cargo test --verbose --release \
--features=decode_test_dav1d \
--color=always -- --color=always --ignored
- name: Run build
if: matrix.conf == 'beta-build'
run: |
cargo build --verbose
- name: Run bench
if: matrix.toolchain == 'stable' && matrix.conf == 'bench'
run: |
Expand Down

0 comments on commit f141298

Please sign in to comment.