Skip to content

Commit e738210

Browse files
committed
add attr macro integration tests to GHA
1 parent 03c7556 commit e738210

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
run: cd proptest && cargo test --verbose
4949
- name: Run macro tests
5050
run: cd proptest-macro && cargo test --verbose
51+
- name: Run macro integration tests
52+
run: cargo test --verbose --test attr_macro --features attr-macro
5153
- name: Build coverage no-default-features
5254
if: ${{ matrix.build == 'stable' }}
5355
env:

0 commit comments

Comments
 (0)