1
0
Fork 0
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:
Jason Hall 2025-06-08 08:49:37 -04:00
parent d7a8533116
commit ccd4f829ac
Failed to extract signature

View file

@ -120,7 +120,6 @@ jobs:
integration: integration:
name: Integration Test name: Integration Test
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [test, fmt, clippy, security-audit] # Only run after other tests pass
services: services:
registry: registry:
image: registry:2 image: registry:2
@ -187,7 +186,6 @@ jobs:
extended-platforms: extended-platforms:
name: Extended Platform Support name: Extended Platform Support
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [test, fmt, clippy, security-audit] # Only run after basic tests pass
steps: steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install Rust - name: Install Rust