We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a56b66 commit a7e489bCopy full SHA for a7e489b
.github/workflows/rav1e.yml
@@ -48,6 +48,7 @@ jobs:
48
strategy:
49
matrix:
50
conf:
51
+ - beta-build
52
- 1.36.0-tests
53
- aom-tests
54
- dav1d-tests
@@ -59,6 +60,8 @@ jobs:
59
60
- check-extra-feats
61
- fuzz
62
include:
63
+ - conf: beta-build
64
+ toolchain: beta
65
- conf: 1.36.0-tests
66
toolchain: 1.36.0
67
- conf: aom-tests
@@ -211,6 +214,10 @@ jobs:
211
214
cargo test --verbose --release \
212
215
--features=decode_test_dav1d \
213
216
--color=always -- --color=always --ignored
217
+ - name: Run build
218
+ if: matrix.conf == 'beta-build'
219
+ run: |
220
+ cargo build --verbose
221
- name: Run bench
222
if: matrix.toolchain == 'stable' && matrix.conf == 'bench'
223
run: |
0 commit comments