Skip to content

Commit

Permalink
makes unit tests run on x64 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
pvelesko committed May 30, 2024
1 parent 5f9a580 commit 06f371d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/check-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:

jobs:
# unit-tests-llvm-15-debug:
# runs-on: self-hosted
# runs-on: X86
# steps:
# - uses: actions/checkout@v2
# with:
Expand All @@ -22,7 +22,7 @@ jobs:
# run: ./scripts/unit_tests.sh debug llvm-15
# shell: bash
# unit-tests-llvm-15-release:
# runs-on: self-hosted
# runs-on: X86
# steps:
# - uses: actions/checkout@v2
# with:
Expand All @@ -32,7 +32,7 @@ jobs:
# run: ./scripts/unit_tests.sh release llvm-15
# shell: bash
# unit-tests-llvm-16-debug:
# runs-on: self-hosted
# runs-on: X86
# steps:
# - uses: actions/checkout@v2
# with:
Expand All @@ -42,7 +42,7 @@ jobs:
# run: ./scripts/unit_tests.sh debug llvm-16
# shell: bash
# unit-tests-llvm-16-release:
# runs-on: self-hosted
# runs-on: X86
# steps:
# - uses: actions/checkout@v2
# with:
Expand All @@ -52,7 +52,7 @@ jobs:
# run: ./scripts/unit_tests.sh release llvm-16
# shell: bash
# unit-tests-llvm-17-debug:
# runs-on: self-hosted
# runs-on: X86
# steps:
# - uses: actions/checkout@v2
# with:
Expand All @@ -62,7 +62,7 @@ jobs:
# run: ./scripts/unit_tests.sh debug llvm-17
# shell: bash
# unit-tests-llvm-17-release:
# runs-on: self-hosted
# runs-on: X86
# steps:
# - uses: actions/checkout@v2
# with:
Expand All @@ -72,7 +72,7 @@ jobs:
# run: ./scripts/unit_tests.sh release llvm-17
# shell: bash
# unit-tests-llvm-18-debug:
# runs-on: self-hosted
# runs-on: X86
# steps:
# - uses: actions/checkout@v2
# with:
Expand All @@ -82,7 +82,7 @@ jobs:
# run: ./scripts/unit_tests.sh debug llvm-18
# shell: bash
# unit-tests-llvm-18-release:
# runs-on: self-hosted
# runs-on: X86
# steps:
# - uses: actions/checkout@v2
# with:
Expand All @@ -92,7 +92,7 @@ jobs:
# run: ./scripts/unit_tests.sh release llvm-18
# shell: bash
test-gamess:
runs-on: self-hosted
runs-on: X86
needs: []
steps:
- uses: actions/checkout@v2
Expand All @@ -103,7 +103,7 @@ jobs:
run: ./scripts/test_gamess.sh
shell: bash
test-libceed:
runs-on: self-hosted
runs-on: X86
needs: []
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 06f371d

Please sign in to comment.