Skip to content

Commit

Permalink
Run tests in CI (#865)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: facebookincubator/zstrong#865

Reviewed By: josefs

Differential Revision: D58134739

fbshipit-source-id: fe61bd381b85b4e4f34c84f12f9aca60bcd6214d
  • Loading branch information
Simon Marlow authored and facebook-github-bot committed Jun 5, 2024
1 parent 1cc8be5 commit a22ef88
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build/fbcode_builder/manifests/glean
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,12 @@ builder = make
cabal-update
all
EXTRA_GHC_OPTS=-j4 +RTS -A32m -n4m -RTS
CABAL_CONFIG_FLAGS=-f-clang-tests -f-hack-tests -f-typescript-tests -f-python-tests -f-dotnet-tests -f-go-tests -f-rust-tests -f-java-lsif-tests -f-flow-tests

[make.install_args]
install

[sandcastle]
run_tests = off
[make.test_args]
test
EXTRA_GHC_OPTS=-j4 +RTS -A32m -n4m -RTS
CABAL_CONFIG_FLAGS=-f-clang-tests -f-hack-tests -f-typescript-tests -f-python-tests -f-dotnet-tests -f-go-tests -f-rust-tests -f-java-lsif-tests -f-flow-tests

0 comments on commit a22ef88

Please sign in to comment.