Skip to content

Commit a7e489b

Browse files
authored
Add beta to CI matrix (#2253)
In order to find regressions like rust-lang/rust#71473 before stable releases.
1 parent 6a56b66 commit a7e489b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/rav1e.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
strategy:
4949
matrix:
5050
conf:
51+
- beta-build
5152
- 1.36.0-tests
5253
- aom-tests
5354
- dav1d-tests
@@ -59,6 +60,8 @@ jobs:
5960
- check-extra-feats
6061
- fuzz
6162
include:
63+
- conf: beta-build
64+
toolchain: beta
6265
- conf: 1.36.0-tests
6366
toolchain: 1.36.0
6467
- conf: aom-tests
@@ -211,6 +214,10 @@ jobs:
211214
cargo test --verbose --release \
212215
--features=decode_test_dav1d \
213216
--color=always -- --color=always --ignored
217+
- name: Run build
218+
if: matrix.conf == 'beta-build'
219+
run: |
220+
cargo build --verbose
214221
- name: Run bench
215222
if: matrix.toolchain == 'stable' && matrix.conf == 'bench'
216223
run: |

0 commit comments

Comments
 (0)