Skip to content

Commit

Permalink
feat: update github action to run unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
veganbeef committed Oct 28, 2024
1 parent d307ba3 commit 107abb0
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 @@ -24,7 +24,7 @@ jobs:
run: yarn install --frozen-lockfile

- name: Run tests
run: npx hardhat test
run: npm test

- name: Run linter
run: yarn lint

0 comments on commit 107abb0

Please sign in to comment.