aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorHendrik Tews2020-12-16 23:21:39 +0100
committerhendriktews2020-12-19 16:43:49 +0100
commit221b68de1a06c0833fb91e26f27721e8f928d45c (patch)
tree2558a190d187cb930f62e3d7fa4da5d2883689bf /.github/workflows/test.yml
parent2fbdb9c5b7a9b76a295b1570360925237df4b077 (diff)
ensure vo compilation for tests, increase parallelism, more config output
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index b6b5d226..15c8d3c7 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -133,6 +133,12 @@ jobs:
sudo apt-get update -y -q
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y -q --no-install-recommends emacs
endGroup
+ startGroup other relevant configuration
+ getconf _NPROCESSORS_ONLN
+ emacs --version
+ coqc --version
+ ocaml --version
+ endGroup
startGroup Run tests
sudo chown -R coq:coq ./ci
make -C ci/compile-tests test