From cf4ecc155664d040f8f21ea40f7587214c8b0def Mon Sep 17 00:00:00 2001 From: NagaTulasi Date: Fri, 27 Sep 2024 17:13:52 +0530 Subject: [PATCH] fix: sim tests --- .github/workflows/sims.yml | 100 ++++++++++++++++++------------------- 1 file changed, 50 insertions(+), 50 deletions(-) diff --git a/.github/workflows/sims.yml b/.github/workflows/sims.yml index f8daea4..f337c98 100644 --- a/.github/workflows/sims.yml +++ b/.github/workflows/sims.yml @@ -49,58 +49,58 @@ jobs: run: | make test-sim-nondeterminism - # test-sim-import-export: - # runs-on: ubuntu-latest - # needs: [build] - # timeout-minutes: 60 - # steps: - # - uses: actions/checkout@v3 - # - uses: actions/setup-go@v4 - # with: - # go-version: "1.21" - # check-latest: true - # - uses: actions/cache@v3 - # with: - # path: ~/go/bin - # key: ${{ runner.os }}-go-runsim-binary - # - name: test-sim-import-export - # run: | - # make test-sim-import-export + test-sim-import-export: + runs-on: ubuntu-latest + needs: [build] + timeout-minutes: 60 + steps: + - uses: actions/checkout@v3 + - uses: actions/setup-go@v4 + with: + go-version: "1.21" + check-latest: true + - uses: actions/cache@v3 + with: + path: ~/go/bin + key: ${{ runner.os }}-go-runsim-binary + - name: test-sim-import-export + run: | + make test-sim-import-export - # test-sim-after-import: - # runs-on: ubuntu-latest - # needs: [build] - # steps: - # - uses: actions/checkout@v3 - # - uses: actions/setup-go@v4 - # with: - # go-version: "1.21" - # check-latest: true - # - uses: actions/cache@v3 - # with: - # path: ~/go/bin - # key: ${{ runner.os }}-go-runsim-binary - # - name: test-sim-after-import - # run: | - # make test-sim-after-import + test-sim-after-import: + runs-on: ubuntu-latest + needs: [build] + steps: + - uses: actions/checkout@v3 + - uses: actions/setup-go@v4 + with: + go-version: "1.21" + check-latest: true + - uses: actions/cache@v3 + with: + path: ~/go/bin + key: ${{ runner.os }}-go-runsim-binary + - name: test-sim-after-import + run: | + make test-sim-after-import - # test-sim-multi-seed-short: - # runs-on: ubuntu-latest - # needs: [build] - # timeout-minutes: 60 - # steps: - # - uses: actions/checkout@v3 - # - uses: actions/setup-go@v4 - # with: - # go-version: "1.21" - # check-latest: true - # - uses: actions/cache@v3 - # with: - # path: ~/go/bin - # key: ${{ runner.os }}-go-runsim-binary - # - name: test-sim-multi-seed-short - # run: | - # make test-sim-multi-seed-short + test-sim-multi-seed-short: + runs-on: ubuntu-latest + needs: [build] + timeout-minutes: 60 + steps: + - uses: actions/checkout@v3 + - uses: actions/setup-go@v4 + with: + go-version: "1.21" + check-latest: true + - uses: actions/cache@v3 + with: + path: ~/go/bin + key: ${{ runner.os }}-go-runsim-binary + - name: test-sim-multi-seed-short + run: | + make test-sim-multi-seed-short sims-notify-success: needs: