File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 2020 mdbook,
2121 packed_simd,
2222 rust-semverver,
23- stdsimd,
2423 tempdir,
2524 futures-rs,
2625 rust-clippy,
4342 allow-failure : true
4443 - integration : glob
4544 allow-failure : true
45+ - integration : stdsimd
46+ allow-failure : true
4647 # Using old rustfmt configuration option
4748 - integration : rand
4849 allow-failure : true
7879 - name : run integration tests
7980 env :
8081 INTEGRATION : ${{ matrix.integration }}
82+ TARGET : x86_64-unknown-linux-gnu
8183 run : ./ci/integration.sh
8284 continue-on-error : ${{ matrix.allow-failure == true }}
Original file line number Diff line number Diff line change @@ -18,10 +18,14 @@ matrix:
1818 - env : CFG_RELEASE_CHANNEL=beta
1919 - os : osx
2020 - env : INTEGRATION=bitflags
21+ - env : INTEGRATION=chalk
22+ - env : INTEGRATION=crater
2123 - env : INTEGRATION=error-chain
24+ - env : INTEGRATION=glob
2225 - env : INTEGRATION=log
2326 - env : INTEGRATION=mdbook
2427 - env : INTEGRATION=packed_simd
28+ - env : INTEGRATION=rust-clippy
2529 - env : INTEGRATION=rust-semverver
2630 - env : INTEGRATION=stdsimd TARGET=x86_64-unknown-linux-gnu
2731 - env : INTEGRATION=tempdir
@@ -33,6 +37,7 @@ matrix:
3337 - env : INTEGRATION=chalk
3438 - env : INTEGRATION=crater
3539 - env : INTEGRATION=glob
40+ - env : INTEGRATION=stdsimd TARGET=x86_64-unknown-linux-gnu
3641 # Using old configuration option
3742 - env : INTEGRATION=rand
3843 # Doesn't build - keep this in allow_failures as it's fragile to breaking changes of rustc.
You can’t perform that action at this time.
0 commit comments