File tree 1 file changed +4
-5
lines changed 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -64,15 +64,14 @@ jobs:
64
64
steps :
65
65
- uses : actions/checkout@v2
66
66
with :
67
- submodules : true
67
+ submodules : recursive
68
68
- name : Fetch dependencies
69
69
env :
70
70
# This is needed in addition to -yq to prevent apt-get from asking for
71
71
# user input
72
72
DEBIAN_FRONTEND : noninteractive
73
- TESTPL_JOBS : 4
74
73
run : |
75
- sudo apt-get install -yq gdb maven jq flex bison libxml2-utils cpanminus
74
+ sudo apt-get install --no-install-recommends -yq clang clang++ gdb maven jq flex bison libxml2-utils cpanminus
76
75
make -C src minisat2-download
77
76
cpanm Thread::Pool::Simple
78
77
- name : Build with make
@@ -90,10 +89,10 @@ jobs:
90
89
make TAGS="[!shouldfail]" -C jbmc/unit CXX='/usr/bin/clang++' test
91
90
- name : Run regression tests
92
91
run : |
93
- make -C regression test
92
+ make -C regression test-parallel JOBS=2
94
93
make -C regression/cbmc test-paths-lifo
95
94
env PATH=$PATH:`pwd`/src/solvers make -C regression/cbmc test-cprover-smt2
96
- make -C jbmc/regression test
95
+ make -C jbmc/regression test-parallel JOBS=2
97
96
98
97
check-ubuntu-20_04-cmake-gcc :
99
98
runs-on : ubuntu-20.04
You can’t perform that action at this time.
0 commit comments