Skip to content

Commit 195f378

Browse files
add test only prop test
1 parent c974517 commit 195f378

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
@@ -88,6 +88,10 @@ jobs:
8888
- name: Check release build with UniFFI support on Rust ${{ matrix.toolchain }}
8989
if: matrix.build-uniffi
9090
run: cargo check --release --features uniffi --verbose --color always
91+
- name: Test on Rust prop_test ${{ matrix.toolchain }}
92+
if: "matrix.platform != 'windows-latest'"
93+
run: |
94+
RUSTFLAGS="--cfg no_download" cargo test prop_handle_reorgs -- --nocapture
9195
- name: Test on Rust ${{ matrix.toolchain }}
9296
if: "matrix.platform != 'windows-latest'"
9397
run: |

0 commit comments

Comments
 (0)