Skip to content

Commit

Permalink
Disabling very long-running non-determinism simulation (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahankhatch committed Feb 19, 2021
1 parent 91de01c commit ab0d291
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/sims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,29 +26,29 @@ jobs:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary

test-sim-nondeterminism:
runs-on: ubuntu-latest
needs: Build
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
go-version: 1.15
- uses: technote-space/get-diff-action@v4
with:
PATTERNS: |
**/**.go
go.mod
go.sum
- uses: actions/cache@v1
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
if: "env.GIT_DIFF != ''"
- name: test nondeterminism
run: |
make test-sim-nondeterminism
if: "env.GIT_DIFF != ''"
# test-sim-nondeterminism:
# runs-on: ubuntu-latest
# needs: Build
# steps:
# - uses: actions/checkout@v2
# - uses: actions/[email protected]
# with:
# go-version: 1.15
# - uses: technote-space/get-diff-action@v4
# with:
# PATTERNS: |
# **/**.go
# go.mod
# go.sum
# - uses: actions/cache@v1
# with:
# path: ~/go/bin
# key: ${{ runner.os }}-go-runsim-binary
# if: "env.GIT_DIFF != ''"
# - name: test nondeterminism
# run: |
# make test-sim-nondeterminism
# if: "env.GIT_DIFF != ''"

test-sim-import-export:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ab0d291

Please sign in to comment.