diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 05705be..52709c4 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -34,7 +34,7 @@ jobs: source smvars.sh llvm cd qmckl ./autogen.sh - QMCKL_DEVEL=1 ./configure --enable-silent-rules --enable-maintainer-mode + QMCKL_DEVEL=1 ./configure --enable-silent-rules --enable-maintainer-mode --without-trexio make -j 8 make -j check cd ..