Skip to content

Commit

Permalink
Remove --output-on-failure for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosEduR committed May 9, 2024
1 parent bad3152 commit f909d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
cmake -DADA_SANITIZE=ON -DADA_DEVELOPMENT_CHECKS=ON -DBUILD_SHARED_LIBS=${{matrix.shared}} -G Ninja -B build
cmake --build build -j=2
- name: Test
run: ctest --output-on-failure --test-dir build
run: ctest --test-dir build

0 comments on commit f909d67

Please sign in to comment.