File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 20
20
mdbook,
21
21
packed_simd,
22
22
rust-semverver,
23
- stdsimd,
24
23
tempdir,
25
24
futures-rs,
26
25
rust-clippy,
43
42
allow-failure : true
44
43
- integration : glob
45
44
allow-failure : true
45
+ - integration : stdsimd
46
+ allow-failure : true
46
47
# Using old rustfmt configuration option
47
48
- integration : rand
48
49
allow-failure : true
78
79
- name : run integration tests
79
80
env :
80
81
INTEGRATION : ${{ matrix.integration }}
82
+ TARGET : x86_64-unknown-linux-gnu
81
83
run : ./ci/integration.sh
82
84
continue-on-error : ${{ matrix.allow-failure == true }}
Original file line number Diff line number Diff line change @@ -18,10 +18,14 @@ matrix:
18
18
- env : CFG_RELEASE_CHANNEL=beta
19
19
- os : osx
20
20
- env : INTEGRATION=bitflags
21
+ - env : INTEGRATION=chalk
22
+ - env : INTEGRATION=crater
21
23
- env : INTEGRATION=error-chain
24
+ - env : INTEGRATION=glob
22
25
- env : INTEGRATION=log
23
26
- env : INTEGRATION=mdbook
24
27
- env : INTEGRATION=packed_simd
28
+ - env : INTEGRATION=rust-clippy
25
29
- env : INTEGRATION=rust-semverver
26
30
- env : INTEGRATION=stdsimd TARGET=x86_64-unknown-linux-gnu
27
31
- env : INTEGRATION=tempdir
@@ -33,6 +37,7 @@ matrix:
33
37
- env : INTEGRATION=chalk
34
38
- env : INTEGRATION=crater
35
39
- env : INTEGRATION=glob
40
+ - env : INTEGRATION=stdsimd TARGET=x86_64-unknown-linux-gnu
36
41
# Using old configuration option
37
42
- env : INTEGRATION=rand
38
43
# 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