Skip to content

Commit

Permalink
revert to dumb way
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenGround0 committed Aug 27, 2024
1 parent 37e953c commit ec67af5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ jobs:
run: ./configure

- name: Run build
run: |
export PATH="/home/runner/.config/.foundry/bin:$PATH"
make build
run: make build

- name: Run tests
run: |
export PATH="/home/runner/.config/.foundry/bin:$PATH"
make test
run: make test

0 comments on commit ec67af5

Please sign in to comment.