1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-07-02 01:05:08 +02:00

Refine GHA workflows (#3023)

This commit is contained in:
Yuki Okushi
2023-04-24 04:46:57 +09:00
committed by GitHub
parent 5d4f591875
commit de1efa673f
3 changed files with 17 additions and 27 deletions

View File

@ -62,12 +62,10 @@ jobs:
cargo update -p=zstd-sys --precise=2.0.1+zstd.1.5.2
- name: check minimal
uses: actions-rs/cargo@v1
with: { command: ci-check-min }
run: cargo ci-check-min
- name: check default
uses: actions-rs/cargo@v1
with: { command: ci-check-default }
run: cargo ci-check-default
- name: tests
timeout-minutes: 60