diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index eec4deb4de..e0c6fd49c0 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -77,7 +77,7 @@ jobs: # working-directory: somedir # Optional: golangci-lint command line arguments. - args: --fix=false + args: --fix=false --timeout=10m # Optional: show only new issues if it's a pull request. The default value is `false`. # only-new-issues: true diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index e7af89fff8..19c9fa3e5b 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -67,6 +67,12 @@ jobs: path: ${{ steps.go-cache-paths.outputs.go-mod-cache }} key: go-mod-cache-${{ hashFiles('**/go.sum') }} + - name: Free up space + run: | + sudo rm -rf /usr/share/dotnet + sudo rm -rf /usr/local/lib/android + docker system prune -af + - name: "Run all integration tests." if: steps.check_nibiru_go.outputs.nibiru-go == 'true' run: make test-coverage-integration diff --git a/CHANGELOG.md b/CHANGELOG.md index 14d8360093..323c01ff7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,8 +40,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -