-
Notifications
You must be signed in to change notification settings - Fork 30
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 #422 from irisnet/dreamer/add-simulation
feat: add simulation test
- Loading branch information
Showing
13 changed files
with
688 additions
and
691 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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
name: Simulation Test | ||
on: [pull_request] | ||
|
||
jobs: | ||
test-sim-nondeterminism-fast: | ||
name: Test AppStateDeterminism | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout source code | ||
uses: actions/checkout@v3 | ||
- name: Setup go | ||
uses: actions/setup-go@v3 | ||
with: | ||
go-version: '^1.19' # The Go version to download (if necessary) and use. | ||
- run: make test-sim-nondeterminism-fast | ||
# test-sim-import-export: | ||
# name: Test AppImportExport | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - name: Checkout source code | ||
# uses: actions/checkout@v3 | ||
# - name: Setup go | ||
# uses: actions/setup-go@v3 | ||
# with: | ||
# go-version: '^1.19' # The Go version to download (if necessary) and use. | ||
# - run: make test-sim-import-export | ||
# test-sim-after-import: | ||
# name: Test AppSimulationAfterImport | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - name: Checkout source code | ||
# uses: actions/checkout@v3 | ||
# - name: Setup go | ||
# uses: actions/setup-go@v3 | ||
# with: | ||
# go-version: '^1.19' # The Go version to download (if necessary) and use. | ||
# - run: make test-sim-after-import |
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
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
Oops, something went wrong.