Skip to content

Commit

Permalink
ci: update step names
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Jul 10, 2024
1 parent b62c6c8 commit 18c21f8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ jobs:
with:
version: nightly

- name: Run linter
- name: Run linter (check mode)
run: forge fmt --check
id: lint

test:
runs-on: ubuntu-latest
Expand All @@ -29,12 +28,10 @@ jobs:
with:
version: nightly

- name: Run Forge build
- name: Build contracts
run: |
forge --version
forge build --sizes
id: build
- name: Run Forge tests
- name: Run tests
run: forge test -vvvv --summary --detailed --gas-report
id: test

0 comments on commit 18c21f8

Please sign in to comment.