-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #154 from kogisin/kogisin/153-add-import-export-sims
test: add import and export simulation
- Loading branch information
Showing
1 changed file
with
54 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,58 +63,58 @@ jobs: | |
make test-sim-nondeterminism | ||
if: env.GIT_DIFF | ||
|
||
# test-sim-import-export: | ||
# runs-on: ubuntu-latest | ||
# needs: [build, install-runsim] | ||
# steps: | ||
# - uses: actions/checkout@v2 | ||
# - uses: actions/[email protected] | ||
# with: | ||
# go-version: 1.16 | ||
# - name: Display go version | ||
# run: go version | ||
# - uses: technote-space/get-diff-action@v4 | ||
# with: | ||
# SUFFIX_FILTER: | | ||
# **/**.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-import-export: | ||
runs-on: ubuntu-latest | ||
needs: [build, install-runsim] | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/[email protected] | ||
with: | ||
go-version: 1.16 | ||
- name: Display go version | ||
run: go version | ||
- uses: technote-space/get-diff-action@v4 | ||
with: | ||
SUFFIX_FILTER: | | ||
**/**.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 | ||
# needs: [build, install-runsim] | ||
# steps: | ||
# - uses: actions/checkout@v2 | ||
# - uses: actions/[email protected] | ||
# with: | ||
# go-version: 1.16 | ||
# - name: Display go version | ||
# run: go version | ||
# - uses: technote-space/get-diff-action@v4 | ||
# with: | ||
# SUFFIX_FILTER: | | ||
# **/**.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 | ||
test-sim-after-import: | ||
runs-on: ubuntu-latest | ||
needs: [build, install-runsim] | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/[email protected] | ||
with: | ||
go-version: 1.16 | ||
- name: Display go version | ||
run: go version | ||
- uses: technote-space/get-diff-action@v4 | ||
with: | ||
SUFFIX_FILTER: | | ||
**/**.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 |