ci: remove runsim from ci (#20702)

This commit is contained in:
Marko
2024-06-18 05:33:30 +00:00
committed by GitHub
parent 74ae427575
commit 9a2c5b82ad
2 changed files with 0 additions and 22 deletions
-20
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