diff --git a/.github/workflows/ci_linux.yml b/.github/workflows/ci_linux.yml index 38d11bc3f7..d36ed650a1 100644 --- a/.github/workflows/ci_linux.yml +++ b/.github/workflows/ci_linux.yml @@ -58,6 +58,11 @@ jobs: build: unit build_type: Release + - name: "IntelLLVM" + compiler: "intel" + build: unit + build_type: Release + steps: - name: Checkout SeqAn3 uses: actions/checkout@v4