Skip to content

Commit

Permalink
chore: fix tests in ci (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlms13 committed Mar 19, 2023
1 parent 169f3da commit 42a33e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -44,11 +44,11 @@ copy-test-json: ## Copy test json files to the right place

.PHONY: test
test: copy-test-json
jest
yarn test

.PHONY: test-coverage
test-coverage: copy-test-json
jest --coverage
yarn test --coverage

.PHONY: format
format: ## Format the codebase with ocamlformat
Expand Down

0 comments on commit 42a33e2

Please sign in to comment.