1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 23:51:06 +01:00

fix non-linux ci

This commit is contained in:
Rob Ede 2021-11-22 23:25:22 +00:00
parent 551cbfb113
commit 3cc1487a4a
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
2 changed files with 2 additions and 7 deletions

View File

@ -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"

View File

@ -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