Skip to content

Commit

Permalink
github action
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Jul 15, 2023
1 parent 5caca6b commit b1434f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ jobs:
- name: build
run: yarn build
- name: osmojs
run: cd ./packages/osmojs && yarn test
run: cd ./packages/osmojs && yarn test
- name: math
run: cd ./packages/math && yarn test

0 comments on commit b1434f1

Please sign in to comment.