fix(ci): test in release mode

This commit is contained in:
rymnc
2024-05-24 23:38:54 +05:30
parent 9d7d9375b4
commit af89db7646

View File

@@ -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