Skip to content

Commit c948c76

Browse files
committed
conan: no tests
1 parent b734e42 commit c948c76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conan/conanfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ def build(self):
5858
if self.settings.os == "Emscripten":
5959
self.run("make $MAKE_INCLUDE_DIRS_ARG config=wasm --directory=src")
6060
else:
61-
self.run("make $MAKE_INCLUDE_DIRS_ARG lint=off")
62-
self.run("make $MAKE_INCLUDE_DIRS_ARG lint=off test")
61+
self.run("make $MAKE_INCLUDE_DIRS_ARG lint=off --directory=src")
62+
# self.run("make $MAKE_INCLUDE_DIRS_ARG lint=off test")
6363

6464
def package(self):
6565
if self.settings.os == "Emscripten":

0 commit comments

Comments
 (0)