From: Marc Fehling Date: Mon, 18 Jul 2022 08:14:00 +0000 (+0200) Subject: Added quicktests to Intel workflow. X-Git-Tag: v9.5.0-rc1~1074^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14145%2Fhead;p=dealii.git Added quicktests to Intel workflow. --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 4e83be4df1..49950dd842 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -238,3 +238,7 @@ jobs: run: | source /opt/intel/oneapi/setvars.sh make -j 2 + - name: quicktest + run: | + source /opt/intel/oneapi/setvars.sh + make test