Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-enable upgrade tests #471

Merged
merged 1 commit into from
Apr 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
"test",
"build",
"integration tests coreum-modules",
# "integration tests coreum-upgrade",
"integration tests coreum-upgrade",
"integration tests faucet",
]
include:
Expand All @@ -40,11 +40,11 @@ jobs:
go-cache: true
linter-cache: false
docker-cache: true
# - ci_step: "integration tests coreum-upgrade"
# command: "crust build/integration-tests images --log-format=yaml && crust znet test --cored-version=v0.1.1 --test-groups=coreum-upgrade,coreum-modules --log-format=yaml"
# go-cache: true
# linter-cache: false
# docker-cache: true
- ci_step: "integration tests coreum-upgrade"
command: "crust build/integration-tests images --log-format=yaml && crust znet test --cored-version=v0.1.1 --test-groups=coreum-upgrade,coreum-modules --log-format=yaml"
go-cache: true
linter-cache: false
docker-cache: true
- ci_step: "integration tests faucet"
command: "crust build/integration-tests images --log-format=yaml && crust znet test --test-groups=faucet --log-format=yaml"
go-cache: true
Expand Down