Skip to content

Commit

Permalink
ci: fix test cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed May 16, 2024
1 parent 379b84c commit 8ac963a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
key: ${{ github.base_ref || github.ref_name }}-hardhat

- name: Run hardhat tests
run: yarn test:hardhat
run: yarn test
env:
MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}

0 comments on commit 8ac963a

Please sign in to comment.