Skip to content

Commit

Permalink
ci: Fix Ci job target (#23500)
Browse files Browse the repository at this point in the history
  • Loading branch information
alpe authored Jan 24, 2025
1 parent 0cc73ba commit 3325993
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sims-052.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3325993

Please sign in to comment.