Skip to content

Commit

Permalink
CI add "override: true" (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Jul 16, 2020
1 parent 5270151 commit abc7aa2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/blobby.yml
Expand Up @@ -30,4 +30,5 @@ jobs:
with:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
- run: cargo test --release
1 change: 1 addition & 0 deletions .github/workflows/block-buffer.yml
Expand Up @@ -50,6 +50,7 @@ jobs:
with:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
- run: cargo test --release
- run: cargo test --features block-padding --release
- run: cargo test --all-features --release
1 change: 1 addition & 0 deletions .github/workflows/block-padding.yml
Expand Up @@ -49,4 +49,5 @@ jobs:
with:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
- run: cargo test --release
1 change: 1 addition & 0 deletions .github/workflows/cpuid-bool.yml
Expand Up @@ -30,4 +30,5 @@ jobs:
with:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
- run: cargo test --release
1 change: 1 addition & 0 deletions .github/workflows/dbl.yml
Expand Up @@ -49,4 +49,5 @@ jobs:
with:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
- run: cargo test --release
1 change: 1 addition & 0 deletions .github/workflows/opaque-debug.yml
Expand Up @@ -49,4 +49,5 @@ jobs:
with:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
- run: cargo test --release

0 comments on commit abc7aa2

Please sign in to comment.