ci: Fix Ci job target (#23500)

This commit is contained in:
Alexander Peters 2025-01-24 16:11:13 +01:00 committed by GitHub
parent 0cc73ba1b2
commit 332599307a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -71,9 +71,9 @@ jobs:
with:
go-version: "1.23"
check-latest: true
- name: test-sim-nondeterminism-streaming
- name: test-sim-nondeterminism
run: |
make test-sim-nondeterminism-streaming
make test-sim-nondeterminism
test-sim-multi-seed-short:
runs-on: large-sdk-runner

View File

@ -63,9 +63,9 @@ jobs:
with:
go-version: "1.23"
check-latest: true
- name: test-sim-nondeterminism-streaming
- name: test-sim-nondeterminism
run: |
make test-sim-nondeterminism-streaming
make test-sim-nondeterminism
test-sim-multi-seed-short:
runs-on: large-sdk-runner