Skip to content

chore(deps): Bump github.com/CosmWasm/wasmvm from 1.2.4 to 1.3.0 #2022

chore(deps): Bump github.com/CosmWasm/wasmvm from 1.2.4 to 1.3.0

chore(deps): Bump github.com/CosmWasm/wasmvm from 1.2.4 to 1.3.0 #2022

name: Integration tests
on:
pull_request:
# paths makes the action run only when the given paths are changed
paths: ["**.go", "**.proto", "go.mod", "go.sum"]
jobs:
integration-tests:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
cache: true
- name: Run all integration tests.
run: make test-integration