Skip to content

Commit

Permalink
disable rescript-syntax tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed Apr 11, 2023
1 parent 44bc6f7 commit ff9a0c5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ dev:

.PHONY: test
test:
opam exec -- dune runtest -p melange,rescript-syntax,reactjs-jsx-ppx
opam exec -- dune runtest -p melange,reactjs-jsx-ppx
# rescript-syntax tests temporarily disabled, see https://github.com/ocaml/dune/pull/7220
# opam exec -- dune runtest -p rescript-syntax

.PHONY: opam-create-switch
opam-create-switch: ## Create opam switch
Expand All @@ -34,7 +36,7 @@ opam-install-test: ## Install test dependencies
opam pin add reactjs-jsx-ppx.dev . --with-test -y
opam pin add melange.dev . --with-test -y
opam pin add mel.dev . --with-test -y
opam pin add rescript-syntax.dev . --with-test -y
opam pin add rescript-syntax.dev . -y #--with-test temporarily disabled, see https://github.com/ocaml/dune/pull/7220

.PHONY: opam-install-dev
opam-install-dev: opam-install-test ## Install development dependencies
Expand Down

0 comments on commit ff9a0c5

Please sign in to comment.