Skip to content

Commit

Permalink
checking lib3mf ubuntu mem leak in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
gangatp committed Dec 11, 2023
1 parent a351e11 commit 7746af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
with:
submodules: true
- run: sh cmake/GenerateMake.sh "-DCMAKE_BUILD_TYPE=Debug"
- run: cmake --build . --config Debug --target lib3mf_memcheck
- run: cmake --build . --target lib3mf_memcheck
working-directory: ./build
- run: ctest -V
working-directory: ./build
Expand Down

0 comments on commit 7746af7

Please sign in to comment.