Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 08cf84c

Browse files
committedJul 24, 2020
add ci check for -default +unstable
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
1 parent 92b85d9 commit 08cf84c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ jobs:
8686
command: check
8787
args: --features attributes
8888

89+
- name: build unstable only
90+
uses: actions-rs/cargo@v1
91+
with:
92+
command: build
93+
args: --no-default-features --features unstable
94+
8995
- name: tests
9096
uses: actions-rs/cargo@v1
9197
with:

0 commit comments

Comments
 (0)
Please sign in to comment.