Skip to content

Commit 74882c1

Browse files
committed
check attributes
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
1 parent e74e246 commit 74882c1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ jobs:
4646
command: check
4747
args: --no-default-features --features std
4848

49+
- name: check attributes
50+
uses: actions-rs/cargo@v1
51+
with:
52+
command: check
53+
args: --features attributes
54+
4955
- name: tests
5056
uses: actions-rs/cargo@v1
5157
with:

0 commit comments

Comments
 (0)