Skip to content

Commit

Permalink
Merge pull request #429 from onflow/fxamacker/update-master-branch-to…
Browse files Browse the repository at this point in the history
…-feature-atree-inlining

Merge `feature/array-map-inlining` (atree inlining feature branch) to `main`
  • Loading branch information
fxamacker authored Jul 29, 2024
2 parents cd3b153 + caf04d2 commit 1fec437
Show file tree
Hide file tree
Showing 28 changed files with 35,866 additions and 8,636 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:

strategy:
matrix:
os: [macos-latest, ubuntu-latest]
go-version: [1.19, '1.20']
os: [ubuntu-latest]
go-version: ['1.20', 1.21]

steps:
- name: Install Go
Expand All @@ -54,4 +54,4 @@ jobs:
- name: Run tests
run: |
go version
go test -timeout 60m -race -v ./...
go test -timeout 180m -race -v ./...
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: go build ./...

- name: Generate coverage report
run: go test -timeout 60m -race -coverprofile=coverage.txt -covermode=atomic
run: go test -timeout 180m -race -coverprofile=coverage.txt -covermode=atomic

- name: Upload coverage report to Codecov
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
Expand Down
Loading

0 comments on commit 1fec437

Please sign in to comment.