Skip to content

Commit

Permalink
Setting build_tests to false.
Browse files Browse the repository at this point in the history
  • Loading branch information
rturrado committed Mar 19, 2024
1 parent 150dce9 commit 8e2a79c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conan/profiles/tests-debug
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ tree-gen/*:build_type=Debug

[options]
tree-gen/*:asan_enabled=True
tree-gen/*:build_tests=True
tree-gen/*:build_tests=False
2 changes: 1 addition & 1 deletion conan/profiles/tests-release
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ tree-gen/*:build_type=Release

[options]
tree-gen/*:asan_enabled=True
tree-gen/*:build_tests=True
tree-gen/*:build_tests=False

0 comments on commit 8e2a79c

Please sign in to comment.