Skip to content

Commit

Permalink
Merge pull request #16 from baoyachi/feature/native_sha256
Browse files Browse the repository at this point in the history
update github actions script:cargo b use all features
  • Loading branch information
baoyachi authored Jul 18, 2023
2 parents d4dad7a + f93b0c0 commit be6ceae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Check with clippy
run: cargo clippy --all -- -D warnings
- name: Build Release
run: cargo build --release
run: cargo build --release --all-features
- name: Run tests
run: cargo test --all-features --all

Expand All @@ -44,7 +44,7 @@ jobs:
toolchain: nightly
override: true
- name: Build on nightly
run: cargo build --release
run: cargo build --release --all-features
windows-vcpkg:
name: windows-vcpkg
runs-on: windows-latest
Expand Down

0 comments on commit be6ceae

Please sign in to comment.