Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kinokrt authored Dec 14, 2023
1 parent 3d63ecd commit 12c39ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ jobs:
${{ env.setup-tests-env-vars }}
echo $TSAN_OPTIONS
cd $GITHUB_WORKSPACE/install/${{ matrix.build-and-test-config.conan-profile-build-type }}/bin
./libipc_unit_test.exec ${{ matrix.build-and-test-config.gtest-unit-tests-params }}
./libipc_unit_test.exec ${{ matrix.build-and-test-config.unit-tests-params }}
# Runner can easily run out of space due to logs, so we tar-up log dir
# at the end of each step. We also blow away the build dir, as all
Expand Down

0 comments on commit 12c39ae

Please sign in to comment.