Skip to content

Commit

Permalink
remove git_diff check (cosmos#11660)
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle authored Apr 17, 2022
1 parent 1fe72cc commit 682b3f5
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/sims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,23 +54,13 @@ jobs:
go-version: 1.17
- name: Display go version
run: go version
- uses: technote-space/[email protected]
with:
SUFFIX_FILTER: |
**/**.go
go.mod
go.sum
SET_ENV_NAME_INSERTIONS: 1
SET_ENV_NAME_LINES: 1
- uses: actions/cache@v3
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
if: env.GIT_DIFF
- name: test-sim-import-export
run: |
make test-sim-import-export
if: env.GIT_DIFF
test-sim-after-import:
runs-on: ubuntu-latest
Expand All @@ -83,23 +73,13 @@ jobs:
go-version: 1.17
- name: Display go version
run: go version
- uses: technote-space/[email protected]
with:
SUFFIX_FILTER: |
**/**.go
go.mod
go.sum
SET_ENV_NAME_INSERTIONS: 1
SET_ENV_NAME_LINES: 1
- uses: actions/cache@v3
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
if: env.GIT_DIFF
- name: test-sim-after-import
run: |
make test-sim-after-import
if: env.GIT_DIFF
test-sim-multi-seed-short:
runs-on: ubuntu-latest
Expand All @@ -112,20 +92,10 @@ jobs:
go-version: 1.17
- name: Display go version
run: go version
- uses: technote-space/[email protected]
with:
SUFFIX_FILTER: |
**/**.go
go.mod
go.sum
SET_ENV_NAME_INSERTIONS: 1
SET_ENV_NAME_LINES: 1
- uses: actions/cache@v3
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
if: env.GIT_DIFF
- name: test-sim-multi-seed-short
run: |
make test-sim-multi-seed-short
if: env.GIT_DIFF

0 comments on commit 682b3f5

Please sign in to comment.