Skip to content

Commit

Permalink
Update CI (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
tguichaoua authored Dec 4, 2023
1 parent 374cfa9 commit 429023b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ jobs:
toolchain: 1.61

- name: Default features
run: cargo check --all-targets
run: cargo check

- name: All features
run: cargo check --all-targets --all-features
run: cargo check --all-features

- name: No-default features
run: cargo check --all-targets --no-default-features
run: cargo check --no-default-features

docs:
name: Docs
Expand Down

0 comments on commit 429023b

Please sign in to comment.