mirror of
https://github.com/imjasonh/krust
synced 2026-07-08 14:55:35 +00:00
run jobs as concurrently as possible
Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
parent
80656aa225
commit
4f5f7fc644
1 changed files with 0 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue