Skip to content

Commit

Permalink
Fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
wrrobin committed May 15, 2024
1 parent 2561e34 commit 8b32809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
cd build
make check TESTS= -j
${{ matrix.env_setup }}
SHMEM_DEBUG=1 SHMEM_INFO=1 make VERBOSE=1 TEST_RUNNER="${SOS_PM} -np 2" check
SHMEM_DEBUG=1 SHMEM_INFO=1 SHMEM_OFI_PROVIDER="tcp;ofi_rxm" make VERBOSE=1 TEST_RUNNER="${SOS_PM} -np 2" check
cat modules/tests-sos/test/unit/hello.log
- name: Test RPM (${{ matrix.rpm_build }})
if: ${{ matrix.rpm_build }}
Expand All @@ -252,7 +252,7 @@ jobs:
../configure --with-ofi=${LIBFABRIC_INSTALL_DIR} ${{ matrix.sos_config }}
make -j check TESTS=
${SOS_PM_PRE}
SHMEM_DEBUG=1 SHMEM_INFO=1 SHMEM_OFI_PROVIDER="tcp;ofi_rxm" make VERBOSE=1 TEST_RUNNER="${SOS_PM} -np 2" check
SHMEM_DEBUG=1 SHMEM_INFO=1 make VERBOSE=1 TEST_RUNNER="${SOS_PM} -np 2" check
${SOS_PM_POST}
# PMIx:
Expand Down

0 comments on commit 8b32809

Please sign in to comment.