File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,18 @@ jobs:
26
26
rust : stable
27
27
- os : macos-latest
28
28
rust : nightly
29
- # Note that these are on nightly due to rust-lang/rust#63700 not being
30
- # on stable yet
31
29
- os : windows-latest
32
30
rust : stable-x86_64-msvc
33
31
- os : windows-latest
34
32
rust : stable-i686-msvc
35
33
- os : windows-latest
36
34
rust : stable-x86_64-gnu
35
+ - os : windows-latest
36
+ rust : nightly-x86_64-msvc
37
+ - os : windows-latest
38
+ rust : nightly-i686-msvc
39
+ - os : windows-latest
40
+ rust : nightly-x86_64-gnu
37
41
steps :
38
42
- uses : actions/checkout@v3
39
43
with :
49
53
- name : Force frame pointers
50
54
run : echo RUSTFLAGS="-Cforce-frame-pointers $RUSTFLAGS" >> $GITHUB_ENV
51
55
shell : bash
52
- if : matrix.rust == 'stable -i686-msvc'
56
+ if : endsWith( matrix.rust, ' -i686-msvc')
53
57
54
58
- run : cargo build
55
59
- run : cargo test
You can’t perform that action at this time.
0 commit comments