File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 31
31
mingw64,
32
32
windows-2019,
33
33
]
34
+ cargo_flags : ['', '--release', '--features parallel']
34
35
include :
35
36
- build : stable
36
37
os : ubuntu-latest
@@ -135,9 +136,7 @@ jobs:
135
136
if : startsWith(matrix.build, 'windows-clang')
136
137
- run : cargo update
137
138
- uses : Swatinem/rust-cache@v2
138
- - run : cargo test ${{ matrix.no_run }} --workspace --target ${{ matrix.target }}
139
- - run : cargo test ${{ matrix.no_run }} --workspace --target ${{ matrix.target }} --release
140
- - run : cargo test ${{ matrix.no_run }} --workspace --target ${{ matrix.target }} --features parallel
139
+ - run : cargo test ${{ matrix.no_run }} --workspace --target ${{ matrix.target }} ${{ matrix.cargo_flags }}
141
140
142
141
# This is separate from the matrix above because there is no prebuilt rust-std component for these targets.
143
142
check-tvos :
You can’t perform that action at this time.
0 commit comments