Skip to content

Commit 4ff3ea0

Browse files
committed
add proptest-macro to CI
1 parent 5e12c3e commit 4ff3ea0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
run: cd proptest && cargo build --verbose
4747
- name: Run tests
4848
run: cd proptest && cargo test --verbose
49+
- name: Run macro tests
50+
run: cd proptest-macro && cargo test --verbose
4951
- name: Build coverage no-default-features
5052
if: ${{ matrix.build == 'stable' }}
5153
env:

0 commit comments

Comments
 (0)