Skip to content

Commit

Permalink
test native backend in workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Whitehead <[email protected]>
  • Loading branch information
andrewwhitehead committed Jun 5, 2024
1 parent 69cc6ee commit 0d7758f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,10 @@ jobs:
env:
RUST_BACKTRACE: full

- name: Run tests (native backend)
run: cargo test --workspace --no-default-features --features serde
env:
RUST_BACKTRACE: full

- name: Release build
run: cargo build --release --all-targets --features openssl_vendored

0 comments on commit 0d7758f

Please sign in to comment.