Skip to content

Commit e7b0165

Browse files
committed
revert kuznyechik workflow
1 parent e29ea74 commit e7b0165

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/kuznyechik.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ jobs:
2727
target:
2828
- thumbv7em-none-eabi
2929
- wasm32-unknown-unknown
30-
env:
31-
- RUSTFLAGS: "-Dwarnings"
32-
- RUSTFLAGS: "-Dwarnings --cfg kuznyechik_force_soft"
3330
steps:
3431
- uses: actions/checkout@v1
3532
- uses: actions-rs/toolchain@v1
@@ -39,6 +36,9 @@ jobs:
3936
target: ${{ matrix.target }}
4037
override: true
4138
- run: cargo build --target ${{ matrix.target }}
39+
- env:
40+
RUSTFLAGS: "-Dwarnings --cfg kuznyechik_force_soft"
41+
run: cargo build --target ${{ matrix.target }}
4242

4343
test:
4444
runs-on: ubuntu-latest
@@ -47,9 +47,6 @@ jobs:
4747
rust:
4848
- 1.49.0 # MSRV
4949
- stable
50-
env:
51-
- RUSTFLAGS: "-Dwarnings"
52-
- RUSTFLAGS: "-Dwarnings --cfg kuznyechik_force_soft"
5350
steps:
5451
- uses: actions/checkout@v1
5552
- uses: actions-rs/toolchain@v1
@@ -59,3 +56,6 @@ jobs:
5956
profile: minimal
6057
- run: cargo test
6158
- run: cargo test --all-features
59+
- env:
60+
RUSTFLAGS: "-Dwarnings --cfg kuznyechik_force_soft"
61+
run: cargo test

0 commit comments

Comments
 (0)