Skip to content

Commit

Permalink
add ci check for -default +unstable
Browse files Browse the repository at this point in the history
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
  • Loading branch information
Keruspe committed Jul 24, 2020
1 parent 92b85d9 commit 08cf84c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ jobs:
command: check
args: --features attributes

- name: build unstable only
uses: actions-rs/cargo@v1
with:
command: build
args: --no-default-features --features unstable

- name: tests
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 08cf84c

Please sign in to comment.