diff --git a/.github/workflows/ci_lint.yml b/.github/workflows/ci_lint.yml index 0befbe73..6dd43133 100644 --- a/.github/workflows/ci_lint.yml +++ b/.github/workflows/ci_lint.yml @@ -55,8 +55,8 @@ jobs: cancel-in-progress: true runs-on: ubuntu-22.04 steps: - - name: "Cancel Coverage" - run: echo "Cancelling Coverage" + - name: "Cancel Documentation" + run: echo "Cancelling Documentation" lint: name: Lint concurrency: diff --git a/.github/workflows/ci_linux.yml b/.github/workflows/ci_linux.yml index 1b4ef131..cddf8f95 100644 --- a/.github/workflows/ci_linux.yml +++ b/.github/workflows/ci_linux.yml @@ -50,6 +50,11 @@ jobs: build: unit build_type: Release + - name: "IntelLLVM" + compiler: "intel" + build: unit + build_type: Release + steps: - name: Checkout uses: actions/checkout@v3