diff --git a/.github/workflows/gh-build-and-test.yml b/.github/workflows/gh-build-and-test.yml index e0e87899d..3766a07ee 100644 --- a/.github/workflows/gh-build-and-test.yml +++ b/.github/workflows/gh-build-and-test.yml @@ -54,13 +54,13 @@ jobs: options: test --use openmp --omps 1 --ompthreads 2 --debug runner: ${{ inputs.device == 'gpu' && 'linux-amd64-gpu-v100-latest-1' || 'linux-amd64-32cpu' }} has-gpu: ${{ inputs.device == 'gpu' }} - enabled: false + enabled: true - name: 2 NUMA OpenMPs test options: test --use openmp --omps 2 --ompthreads 2 --numamem 2048 --debug runner: ${{ inputs.device == 'gpu' && 'linux-amd64-gpu-v100-latest-1' || 'linux-amd64-32cpu' }} has-gpu: ${{ inputs.device == 'gpu' }} - enabled: false + enabled: true - name: Eager execution test options: test --use eager --debug