1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 18:37:41 +02:00

fix non-linux ci

This commit is contained in:
Rob Ede
2021-11-22 23:25:22 +00:00
parent 551cbfb113
commit 3cc1487a4a
2 changed files with 2 additions and 7 deletions

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