Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
pvelesko committed Sep 22, 2024
1 parent d221a90 commit 15e7250
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/check-unit-tests-intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
run: ./scripts/unit_tests.sh debug llvm-16
shell: bash
unit-tests-llvm-16-release:
needs: cancel-nightly
runs-on: X64
steps:
- uses: actions/checkout@v3
Expand All @@ -44,6 +45,7 @@ jobs:
run: ./scripts/unit_tests.sh release llvm-16
shell: bash
unit-tests-llvm-17-debug:
needs: cancel-nightly
runs-on: X64
steps:
- uses: actions/checkout@v3
Expand All @@ -55,6 +57,7 @@ jobs:
run: ./scripts/unit_tests.sh debug llvm-17
shell: bash
unit-tests-llvm-17-release:
needs: cancel-nightly
runs-on: X64
steps:
- uses: actions/checkout@v3
Expand All @@ -66,6 +69,7 @@ jobs:
run: ./scripts/unit_tests.sh release llvm-17
shell: bash
unit-tests-llvm-18-debug:
needs: cancel-nightly
runs-on: X64
steps:
- uses: actions/checkout@v3
Expand All @@ -77,6 +81,7 @@ jobs:
run: ./scripts/unit_tests.sh debug llvm-18
shell: bash
unit-tests-llvm-18-release:
needs: cancel-nightly
runs-on: X64
steps:
- uses: actions/checkout@v3
Expand All @@ -88,6 +93,7 @@ jobs:
run: ./scripts/unit_tests.sh release llvm-18
shell: bash
unit-tests-llvm-19-debug:
needs: cancel-nightly
runs-on: X64
steps:
- uses: actions/checkout@v3
Expand All @@ -99,6 +105,7 @@ jobs:
run: ./scripts/unit_tests.sh debug llvm-19
shell: bash
unit-tests-llvm-19-release:
needs: cancel-nightly
runs-on: X64
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 15e7250

Please sign in to comment.