]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
specify build type for ctest on windows (#371)
authorErik Scholz <redacted>
Tue, 21 Mar 2023 21:34:25 +0000 (22:34 +0100)
committerGitHub <redacted>
Tue, 21 Mar 2023 21:34:25 +0000 (23:34 +0200)
.github/workflows/build.yml

index 5b1b5ddfbce64e5ab7789f8f717bc780ba8a5d97..3030f4fd6185388bd012938b33918c07d7495694 100644 (file)
@@ -108,7 +108,7 @@ jobs:
           cd build
           cmake ..
           cmake --build . --config Release
-          ctest --output-on-failure
+          ctest -C Release --output-on-failure
 
       - name: Get commit hash
         id: commit