Skip to content

Commit 6f2abb1

Browse files
Ci: Add test legacy_payment_store
Issue #425
1 parent 396a9d5 commit 6f2abb1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,7 @@ jobs:
9696
if: "matrix.platform != 'windows-latest' && matrix.build-uniffi"
9797
run: |
9898
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

Comments
 (0)