Skip to content

Commit a4f79f3

Browse files
author
Artiom N.
committed
Cuda tests disabled: #21
1 parent 4bae827 commit a4f79f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cmake-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: |
6969
echo "KNP_BUILD_IMAGE_NAME=${{ vars.DOCKERHUB_LOGIN }}/knp-build-image:latest" >> $GITHUB_ENV
7070
echo "KNP_SDK_IMAGE_NAME=${{ vars.DOCKERHUB_LOGIN }}/knp-sdk-image" >> $GITHUB_ENV
71-
71+
7272
# Install support for non-x86 emulation in Docker via QEMU.
7373
# Platforms: linux/arm64, linux/riscv64, linux/ppc64le, linux/s390x,
7474
# linux/386, linux/arm/v7, linux/arm/v6
@@ -97,7 +97,7 @@ jobs:
9797
timeout-minutes: 180
9898

9999
- name: C++ tests
100-
run: docker run --platform=linux/${{ matrix.arch }} --rm -v ${{ github.workspace }}:/KNP -w /KNP/${{ steps.strings.outputs.build-output-dir }}/knp/tests ${{ env.KNP_BUILD_IMAGE_NAME }} ctest -V
100+
run: docker run --platform=linux/${{ matrix.arch }} --rm -v ${{ github.workspace }}:/KNP -w /KNP/${{ steps.strings.outputs.build-output-dir }}/knp/tests ${{ env.KNP_BUILD_IMAGE_NAME }} ctest -V -E "Cuda*"
101101
timeout-minutes: 180
102102

103103
# TODO: run before configure?

0 commit comments

Comments
 (0)