Skip to content

Commit

Permalink
fixup! [fix] Reading from stdin was effectively broken
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmlnkn committed May 21, 2024
1 parent e3b7868 commit 29c5701
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,10 +238,6 @@ jobs:
mkdir -p "build-sanitized-$sanitizer" && cd -- "$_"
CXX=clang++ CC=clang cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS="-fsanitize=$sanitizer -DSHORT_TESTS" ..
cmake --build . -- check
- name: Run Non-Catch2 Tests
if: "startsWith(matrix.os , 'ubuntu')"
run: |
cmake --build .
bash ../src/tests/testRapidgzip.sh
Expand Down

0 comments on commit 29c5701

Please sign in to comment.