Quellcode durchsuchen

specify build type for ctest on windows (#371)

Erik Scholz vor 2 Jahren
Ursprung
Commit
01a297b099
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -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