Skip to content

Commit

Permalink
remove test stark-sig-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
pscott committed Jul 3, 2024
1 parent dea0358 commit afb4daf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ jobs:
- name: Compile Cairo contracts for Hardhat tests
run: yarn hardhat starknet-build

- name: run Hardhat tests
run: yarn test:stark-sig-auth
# run: yarn test:l1-execution; yarn test:eth-sig-auth; yarn test:stark-sig-auth; yarn test:eth-tx-auth
# we removed the above line because l1 <--> l2 communication is not yet implemented
# - name: run Hardhat tests
# run: yarn test:l1-execution; yarn test:eth-sig-auth; yarn test:stark-sig-auth; yarn test:eth-tx-auth
# we removed the above line because l1 <--> l2 communication is not yet implemented

0 comments on commit afb4daf

Please sign in to comment.