ci: adjust timeouts for nextest given docker requirements

This commit is contained in:
Ryan Walters
2025-09-19 10:28:59 -05:00
parent 67c9460c84
commit 62b619a3cc
2 changed files with 11 additions and 2 deletions

View File

@@ -51,5 +51,5 @@ jobs:
- uses: taiki-e/install-action@nextest
- name: Run nextest
run: cargo nextest run --workspace
run: cargo nextest run --workspace --profile ci
working-directory: pacman