Skip to content

Commit a901222

Browse files
committed
Enable an accelerator for the CI tests
1 parent 6dc4a2d commit a901222

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
rm -rf build
3939
4040
- name: configure
41-
run: cmake -Stest -Bbuild -DTEST_INSTALLED_VERSION=1
41+
run: cmake -Stest -Bbuild -DTEST_INSTALLED_VERSION=1 -Dalpaka_ACC_CPU_B_SEQ_T_SEQ_ENABLE:BOOL=ON
4242

4343
- name: build
4444
run: cmake --build build --config Debug -j4

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
sudo apt-get install libboost-all-dev
3434
3535
- name: configure
36-
run: cmake -Stest -Bbuild -DENABLE_TEST_COVERAGE=1 -DCMAKE_BUILD_TYPE=Debug
36+
run: cmake -Stest -Bbuild -DENABLE_TEST_COVERAGE=1 -DCMAKE_BUILD_TYPE=Debug -Dalpaka_ACC_CPU_B_SEQ_T_SEQ_ENABLE:BOOL=ON
3737

3838
- name: build
3939
run: cmake --build build -j4

0 commit comments

Comments
 (0)