Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fgimenez committed May 25, 2024
1 parent 6b73980 commit 42275ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ jobs:
with:
submodules: recursive

- name: EOF: run Forge build
- name: "EOF run Forge build"
id: build
run: make build-eof

- name: EOF: run Forge test
- name: "EOF run Forge test"
id: test
run: make test-eof

- name: Legacy: run Forge build
- name: "Legacy run Forge build"
id: build
run: make build-legacy

- name: Legacy: run Forge test
- name: "Legacy run Forge test"
id: test
run: make test-legacy

0 comments on commit 42275ac

Please sign in to comment.