Skip to content

Commit

Permalink
ci bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hard-nett committed Apr 8, 2024
1 parent e68743b commit dcd2464
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-cosmos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/interchaintest-E2E.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dcd2464

Please sign in to comment.