Skip to content

Commit

Permalink
CI: See if can get parallel threadsafe running
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsjaar committed Jan 15, 2025
1 parent 6068c68 commit d5cf5ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_variant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ jobs:
run: |
cd build
sudo sysctl vm.mmap_rnd_bits=28
export PMIX_MCA_gds=hash
ctest -j 4 --output-on-failure --exclude-regex test_exo
if: ${{ success() && (matrix.config.sanitizer != 'NO' || matrix.config.threadsafe != 'NO') }}

0 comments on commit d5cf5ce

Please sign in to comment.