Skip to content

Commit

Permalink
fix non-linux ci
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Nov 22, 2021
1 parent 551cbfb commit 3cc1487
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[alias]
chk = "check --workspace --all-features --tests --examples --bins"
lint = "clippy --workspace --tests --examples --bins -- -Dclippy::todo"
ci-min = "hack check --workspace --no-default-features"
ci-check-min-tests = "hack check --workspace --no-default-features --tests --examples"
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,11 @@ jobs:

- name: check minimal + tests
uses: actions-rs/cargo@v1
with: { command: ci-min-test }
with: { command: ci-check-min-tests }

- name: check default
uses: actions-rs/cargo@v1
with: { command: ci-default }

- name: check full
uses: actions-rs/cargo@v1
with: { command: ci-full }
with: { command: ci-check }

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

0 comments on commit 3cc1487

Please sign in to comment.