Skip to content

Commit

Permalink
fix: sim tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NagaTulasi committed Sep 27, 2024
1 parent 3b1d7d4 commit cf4ecc1
Showing 1 changed file with 50 additions and 50 deletions.
100 changes: 50 additions & 50 deletions .github/workflows/sims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cf4ecc1

Please sign in to comment.