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 03c7556 commit e738210Copy full SHA for e738210
.github/workflows/rust.yml
@@ -48,6 +48,8 @@ jobs:
48
run: cd proptest && cargo test --verbose
49
- name: Run macro tests
50
run: cd proptest-macro && cargo test --verbose
51
+ - name: Run macro integration tests
52
+ run: cargo test --verbose --test attr_macro --features attr-macro
53
- name: Build coverage no-default-features
54
if: ${{ matrix.build == 'stable' }}
55
env:
0 commit comments