1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-07-01 00:44:26 +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

@ -73,10 +73,10 @@ jobs:
run: just downgrade-for-msrv
- 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