Skip to content

Commit

Permalink
ci: Run test with colors
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Oct 14, 2020
1 parent 6362381 commit a64422f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Build project
run: esy build

- name: Run Native tests
- name: Run tests
run: |
cat _build/default/test/ExhaustiveDepsUseEffect.expected
echo "--------------------"
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,5 @@
"doc-path": "esy echo #{self.target_dir}/default/_doc/_html/index.html",
"format": "esy dune build @fmt --auto-promote",
"utop": "esy dune utop lib -- -implicit-bindings"
},
"dependencies": {
"reason-react": "^0.9.1"
}
}
4 changes: 2 additions & 2 deletions test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
; expect the process to fail, capturing stderr
(with-stderr-to
%{targets}
(bash "! ./%{pp} -no-color -impl %{input}")
(bash "! ./%{pp} -impl %{input}")
)
)
)
Expand Down Expand Up @@ -44,7 +44,7 @@
(:input ConditionalHooks.ml)
)
(action
(bash "! ./%{pp} -no-color -impl %{input} > %{targets} || true")
(bash "! ./%{pp} -impl %{input} > %{targets} || true")
)
)

Expand Down

0 comments on commit a64422f

Please sign in to comment.