diff --git a/.github/workflows/sims-052.yml b/.github/workflows/sims-052.yml index 2d2ff553ee..a84870e3e2 100644 --- a/.github/workflows/sims-052.yml +++ b/.github/workflows/sims-052.yml @@ -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 diff --git a/.github/workflows/sims.yml b/.github/workflows/sims.yml index 0fcba8e5cf..0eaeab6efa 100644 --- a/.github/workflows/sims.yml +++ b/.github/workflows/sims.yml @@ -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