File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 27
27
target :
28
28
- thumbv7em-none-eabi
29
29
- wasm32-unknown-unknown
30
- env :
31
- - RUSTFLAGS : " -Dwarnings"
32
- - RUSTFLAGS : " -Dwarnings --cfg kuznyechik_force_soft"
33
30
steps :
34
31
- uses : actions/checkout@v1
35
32
- uses : actions-rs/toolchain@v1
39
36
target : ${{ matrix.target }}
40
37
override : true
41
38
- run : cargo build --target ${{ matrix.target }}
39
+ - env :
40
+ RUSTFLAGS : " -Dwarnings --cfg kuznyechik_force_soft"
41
+ run : cargo build --target ${{ matrix.target }}
42
42
43
43
test :
44
44
runs-on : ubuntu-latest
47
47
rust :
48
48
- 1.49.0 # MSRV
49
49
- stable
50
- env :
51
- - RUSTFLAGS : " -Dwarnings"
52
- - RUSTFLAGS : " -Dwarnings --cfg kuznyechik_force_soft"
53
50
steps :
54
51
- uses : actions/checkout@v1
55
52
- uses : actions-rs/toolchain@v1
59
56
profile : minimal
60
57
- run : cargo test
61
58
- run : cargo test --all-features
59
+ - env :
60
+ RUSTFLAGS : " -Dwarnings --cfg kuznyechik_force_soft"
61
+ run : cargo test
You can’t perform that action at this time.
0 commit comments