Skip to content

Commit

Permalink
test: add rescript-syntax to gh489
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed Apr 11, 2023
1 parent 8238d8b commit f550ed9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dev:

.PHONY: test
test:
opam exec -- dune runtest -p melange,reactjs-jsx-ppx
opam exec -- dune runtest -p melange,rescript-syntax,reactjs-jsx-ppx

.PHONY: opam-create-switch
opam-create-switch: ## Create opam switch
Expand Down
1 change: 1 addition & 0 deletions test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
(package reactjs-jsx-ppx)))

(cram
(package rescript-syntax)
(applies_to gh489)
(deps
(package rescript-syntax)))

0 comments on commit f550ed9

Please sign in to comment.