We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 396a9d5 commit 6f2abb1Copy full SHA for 6f2abb1
.github/workflows/rust.yml
@@ -96,3 +96,7 @@ jobs:
96
if: "matrix.platform != 'windows-latest' && matrix.build-uniffi"
97
run: |
98
RUSTFLAGS="--cfg no_download" cargo test --features uniffi
99
+ - name: Test with legacy_payment_store feature on Rust ${{ matrix.toolchain }}
100
+ if: "matrix.platform != 'windows-latest'"
101
+ run: |
102
+ RUSTFLAGS="--cfg no_download" cargo test --features legacy_payment_store
0 commit comments