Skip to content

Commit

Permalink
test: remove diff condition from sim-normal ci. (#351)
Browse files Browse the repository at this point in the history
* ci: remove diff condition

* chore: update changelog
  • Loading branch information
Woosang Son authored Oct 18, 2021
1 parent b56c682 commit 49410af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 31 deletions.
32 changes: 1 addition & 31 deletions .github/workflows/sims_normal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,22 +44,13 @@ jobs:
go-version: 1.15
- name: Display go version
run: go version
- uses: technote-space/[email protected]
with:
PATTERNS: |
**/**.go
!**/**_test.go
go.mod
go.sum
- uses: actions/[email protected]
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
if: env.GIT_DIFF
- name: test-sim-nondeterminism
run: |
make test-sim-nondeterminism
if: env.GIT_DIFF
test-sim-import-export:
runs-on: ubuntu-latest
Expand All @@ -71,24 +62,13 @@ jobs:
go-version: 1.15
- name: Display go version
run: go version
- uses: technote-space/[email protected]
with:
PATTERNS: |
**/**.go
!**/**_test.go
go.mod
go.sum
SET_ENV_NAME_INSERTIONS: 1
SET_ENV_NAME_LINES: 1
- uses: actions/[email protected]
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 @@ -100,21 +80,11 @@ jobs:
go-version: 1.15
- name: Display go version
run: go version
- uses: technote-space/[email protected]
with:
PATTERNS: |
**/**.go
!**/**_test.go
go.mod
go.sum
SET_ENV_NAME_INSERTIONS: 1
SET_ENV_NAME_LINES: 1
- uses: actions/[email protected]
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

### Build, CI
* (ci) [\#350](https://github.com/line/lbm-sdk/pull/350) Reduce sim test time
* (ci) [\#351](https://github.com/line/lbm-sdk/pull/351) Remove diff condition from sim-normal

### Document Updates

0 comments on commit 49410af

Please sign in to comment.