Skip to content

Commit

Permalink
build: keep only isToken0 test scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlak committed Oct 16, 2024
1 parent 95bbe67 commit 8327006
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,3 @@ jobs:
forge test -vvv --via-ir
id: test0

- name: Run Forge tests isToken0 (false)
run: |
export IS_TOKEN_0=FALSE
forge test -vvv --via-ir
id: test1

- name: Run Forge tests usingEth
run: |
export USING_ETH=TRUE
forge test -vvv --via-ir
id: test2

0 comments on commit 8327006

Please sign in to comment.