mirror of
https://github.com/vacp2p/stealth-address-kit.git
synced 2026-01-08 21:17:59 -05:00
fix(ci): test in release mode
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -76,4 +76,5 @@ jobs:
|
||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||
|
||||
- name: Test
|
||||
run: cargo test --all-features
|
||||
# need the release flag to test rln integration appropriately
|
||||
run: cargo test --release --all-features
|
||||
|
||||
Reference in New Issue
Block a user