1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

ci: fix checks

This commit is contained in:
Rob Ede
2024-06-20 00:13:42 +01:00
parent cbb55ba27d
commit c612b5ce94
3 changed files with 12 additions and 4 deletions

View File

@ -54,10 +54,10 @@ jobs:
tool: just,cargo-hack,cargo-nextest,cargo-ci-cache-clean
- name: check minimal
run: cargo ci-check-min
run: just check-min
- name: check default
run: cargo ci-check-default
run: just check-default
- name: tests
timeout-minutes: 60