Skip to content

Commit

Permalink
Enable tracing in fuzz tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PatKamin committed Sep 1, 2023
1 parent 1d130f1 commit 2929ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
-B${{github.workspace}}/build
-DCMAKE_C_COMPILER=${{matrix.compiler.c}}
-DCMAKE_CXX_COMPILER=${{matrix.compiler.cxx}}
-DUR_ENABLE_TRACING=OFF
-DUR_ENABLE_TRACING=ON
-DCMAKE_BUILD_TYPE=${{matrix.build_type}}
-DUR_BUILD_TESTS=ON
-DUR_USE_ASAN=ON
Expand Down

0 comments on commit 2929ab4

Please sign in to comment.