diff --git a/.github/workflows/codeql-cosmos.yml b/.github/workflows/codeql-cosmos.yml index 91b28cc..19da41b 100644 --- a/.github/workflows/codeql-cosmos.yml +++ b/.github/workflows/codeql-cosmos.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v3 - uses: actions/setup-go@v5 with: - go-version: "1.21" + go-version: ">=1.21.0" # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v3 diff --git a/.github/workflows/interchaintest-E2E.yml b/.github/workflows/interchaintest-E2E.yml index f3dac25..91e143b 100644 --- a/.github/workflows/interchaintest-E2E.yml +++ b/.github/workflows/interchaintest-E2E.yml @@ -58,18 +58,18 @@ jobs: matrix: # names of `make` commands to run tests test: - - "ictest-basic" - - "ictest-statesync" - - "ictest-ibchooks" - - "ictest-tokenfactory" - - "ictest-feeshare" - - "ictest-pfm" - # - "ictest-upgrade" - - "ictest-ibc" - # - "ictest-pob" - # - "ictest-drip" - # - "ictest-cwhooks" - - "ictest-clock" + - "e2e-basic" + - "e2e-statesync" + - "e2e-ibchooks" + - "e2e-tokenfactory" + - "e2e-feeshare" + - "e2e-pfm" + # - "e2e-upgrade" + - "e2e-ibc" + # - "e2e-pob" + # - "e2e-drip" + # - "e2e-cwhooks" + - "e2e-clock" fail-fast: false steps: