1
0
Fork 0
mirror of https://github.com/imjasonh/krust synced 2026-07-08 06:45:32 +00:00

run jobs as concurrently as possible

Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
Jason Hall 2025-06-08 00:24:44 -04:00
parent 80656aa225
commit 4f5f7fc644
Failed to extract signature

View file

@ -104,7 +104,6 @@ jobs:
integration:
name: Integration Test
runs-on: ubuntu-latest
needs: [test, fmt, clippy] # Only run after other tests pass
services:
registry:
image: registry:2
@ -170,7 +169,6 @@ jobs:
extended-platforms:
name: Extended Platform Support
runs-on: ubuntu-latest
needs: [test] # Only run after basic tests pass
steps:
- uses: actions/checkout@v4
- name: Install Rust