Skip to content

Commit

Permalink
use Makefile for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nonergodic committed Oct 30, 2024
1 parent 2babcf4 commit f54a1a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
- name: Run Forge build
run: |
forge --version
forge build --sizes
make
id: build

- name: Run Forge tests
run: |
forge test -vvv
make test
id: test

0 comments on commit f54a1a0

Please sign in to comment.