ci: remove runsim from ci (#20702)

This commit is contained in:
Marko 2024-06-18 07:33:30 +02:00 committed by GitHub
parent 74ae427575
commit 9a2c5b82ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 22 deletions

View File

@ -15,22 +15,6 @@ concurrency:
cancel-in-progress: true
jobs:
install-runsim:
permissions:
contents: none
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.22"
check-latest: true
- name: Install runsim
run: go install github.com/cosmos/tools/cmd/runsim@v1.0.0
- uses: actions/cache@v4
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
test-sim-multi-seed-long:
runs-on: ubuntu-latest
steps:
@ -39,10 +23,6 @@ jobs:
with:
go-version: "1.22"
check-latest: true
- uses: actions/cache@v4
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
- name: test-sim-multi-seed-long
run: |
make test-sim-multi-seed-long

View File

@ -131,8 +131,6 @@ Modules not returning simulation operations:
* `mint`
* `params`
A separate binary, [runsim](https://github.com/cosmos/tools/tree/master/cmd/runsim), is responsible for kicking off some of these tests and
managing their life cycle.
#### Limitations