Skip to content

Commit

Permalink
ci: update tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ashhanai committed Jan 28, 2025
1 parent 29c55b9 commit a81cf3f
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: push

jobs:
build:
name: Unit & Integration tests
name: Tests

env:
ETHEREUM_URL: ${{ secrets.ETHEREUM_URL }}
Expand All @@ -30,15 +30,10 @@ jobs:
- uses: actions/checkout@v2

- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1
with:
version: nightly
uses: foundry-rs/foundry-toolchain@v1

- name: Install dependencies
run: forge install

- name: Run unit tests
run: forge test --match-path "test/unit/*" --force -vvv

- name: Run integration tests
run: forge test --match-path "test/integration/*" -vvv
- name: Run tests
run: forge test --force -vvv

0 comments on commit a81cf3f

Please sign in to comment.