Skip to content

Commit

Permalink
Add check for debug feature
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Aug 9, 2022
1 parent 67b68be commit abd247e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/CI.yml
Expand Up @@ -87,6 +87,14 @@ jobs:
command: rustc
args: --target=${{ matrix.triple.target }} --manifest-path=Cargo.toml -- -D warnings
use-cross: ${{ matrix.triple.cross }}

- name: Check debug feature
uses: actions-rs/cargo@v1
with:
command: rustc
args: --target=${{ matrix.triple.target }} --manifest-path=Cargo.toml --features=debug -- -D warnings
use-cross: ${{ matrix.triple.cross }}

- name: Check without multithreading
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit abd247e

Please sign in to comment.