mirror of
https://github.com/imjasonh/krust
synced 2026-07-08 06:45:32 +00:00
run CI as parallel as possible
Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
parent
d7a8533116
commit
ccd4f829ac
1 changed files with 0 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -120,7 +120,6 @@ jobs:
|
|||
integration:
|
||||
name: Integration Test
|
||||
runs-on: ubuntu-latest
|
||||
needs: [test, fmt, clippy, security-audit] # Only run after other tests pass
|
||||
services:
|
||||
registry:
|
||||
image: registry:2
|
||||
|
|
@ -187,7 +186,6 @@ jobs:
|
|||
extended-platforms:
|
||||
name: Extended Platform Support
|
||||
runs-on: ubuntu-latest
|
||||
needs: [test, fmt, clippy, security-audit] # Only run after basic tests pass
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
- name: Install Rust
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue