Skip to content

Commit

Permalink
CI: enable TIMED for macos test-suite
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySkimmer committed Oct 27, 2023
1 parent a78473f commit 3477ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:
export OCAMLPATH="$(pwd)/../_install_ci/lib":"$OCAMLPATH"
BIN="$(pwd)/../_install_ci/bin/"
LIB="$(pwd)/../_install_ci/lib/coq/"
make -j "$NJOBS" BIN="$BIN" COQLIB="$LIB" PRINT_LOGS=1 all
make -j "$NJOBS" BIN="$BIN" COQLIB="$LIB" PRINT_LOGS=1 TIMED=1 all
env:
NJOBS: "2"

0 comments on commit 3477ff5

Please sign in to comment.