Skip to content

Commit

Permalink
revert kuznyechik workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Jan 18, 2022
1 parent e29ea74 commit e7b0165
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/kuznyechik.yml
Expand Up @@ -27,9 +27,6 @@ jobs:
target:
- thumbv7em-none-eabi
- wasm32-unknown-unknown
env:
- RUSTFLAGS: "-Dwarnings"
- RUSTFLAGS: "-Dwarnings --cfg kuznyechik_force_soft"
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
Expand All @@ -39,6 +36,9 @@ jobs:
target: ${{ matrix.target }}
override: true
- run: cargo build --target ${{ matrix.target }}
- env:
RUSTFLAGS: "-Dwarnings --cfg kuznyechik_force_soft"
run: cargo build --target ${{ matrix.target }}

test:
runs-on: ubuntu-latest
Expand All @@ -47,9 +47,6 @@ jobs:
rust:
- 1.49.0 # MSRV
- stable
env:
- RUSTFLAGS: "-Dwarnings"
- RUSTFLAGS: "-Dwarnings --cfg kuznyechik_force_soft"
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
Expand All @@ -59,3 +56,6 @@ jobs:
profile: minimal
- run: cargo test
- run: cargo test --all-features
- env:
RUSTFLAGS: "-Dwarnings --cfg kuznyechik_force_soft"
run: cargo test

0 comments on commit e7b0165

Please sign in to comment.