Skip to content

Commit

Permalink
Add test for no-default-features in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Guerinoni <guerinoni.federico@gmail.com>
  • Loading branch information
guerinoni committed Nov 5, 2021
1 parent 2344e98 commit f8b80ed
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/continuos-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
rustup update --no-self-update stable
rustup component add rustfmt
- name: Run clippy
- name: Run fmt
run: cargo fmt -- --check

clippy:
Expand Down Expand Up @@ -64,6 +64,10 @@ jobs:
if: matrix.platform != 'ubuntu-20.04'
run: cargo test --lib

- name: Run tests no default features
if: matrix.platform != 'ubuntu-20.04'
run: cargo test --lib --no-default-features

msrv:
runs-on: ubuntu-20.04

Expand Down

0 comments on commit f8b80ed

Please sign in to comment.