Skip to content

Commit

Permalink
Try building with all features
Browse files Browse the repository at this point in the history
  • Loading branch information
Fethbita committed Oct 6, 2024
1 parent c3b13e8 commit 0602b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
apk add --no-cache pkgconf openssl-dev gcc make perl-dev # For openssl dependency (see https://github.com/Fethbita/emrtd/pull/3)
- name: Build
run: cargo build --verbose
run: cargo build --all-features --verbose

- name: Run tests
run: cargo test --all-features --verbose
Expand Down

0 comments on commit 0602b3b

Please sign in to comment.