Skip to content

Commit

Permalink
chore(go): enable CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mrekucci committed Apr 3, 2024
1 parent 4d3d46a commit 0bff228
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/mev-commit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ jobs:
- name: Run Build
run: go list -f '{{.Dir}}/...' -m | xargs go build

# TODO(mrekucci): Re-enable when tests are passing.
# - name: Run Test
# run: go list -f '{{.Dir}}/...' -m | xargs go test
# TODO(mrekucci): Re-enable /external/geth module when tests are passing.
- name: Run Test
run: go list -f '{{.Dir}}/...' -m | grep -v '/external/geth' | xargs go test

foundry:
name: Foundry Checks and Reports
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
run: forge coverage --ir-minimum

contracts:
name: Test and Build Scripts
name: Test and Build Contracts Scripts
runs-on: ubuntu-latest
defaults:
run:
Expand Down

0 comments on commit 0bff228

Please sign in to comment.