Skip to content

Commit

Permalink
(debug)
Browse files Browse the repository at this point in the history
  • Loading branch information
ygoldfeld committed Dec 6, 2023
1 parent 6c3c477 commit 4880657
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -367,14 +367,14 @@ jobs:
info shm-c -shm-c
- name: Run integration test [transport_test - Exercise mode - SHM-jemalloc sub-mode]
if: false # always()
if: always()
run: |
/usr/bin/bash -e \
$GITHUB_WORKSPACE/install/${{ matrix.build-type.conan-name }}/bin/run_transport_test_ex.sh \
info shm-j -shm-j
- name: Run integration test [transport_test - Exercise mode - SHM-jemalloc sub-mode] - TRACE
if: always()
if: false # always()
run: |
/usr/bin/bash -e \
$GITHUB_WORKSPACE/install/${{ matrix.build-type.conan-name }}/bin/run_transport_test_ex.sh \
Expand Down
2 changes: 1 addition & 1 deletion ipc_shm_arena_lend

0 comments on commit 4880657

Please sign in to comment.