We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f8e7ce commit 2297e6bCopy full SHA for 2297e6b
1 file changed
.github/workflows/build.yml
@@ -41,7 +41,7 @@ jobs:
41
vs-version: "18.2.1"
42
43
- name: Build & Test Project
44
- run: cmake --workflow --preset workflow-${{ matrix.preset }} -DDIGRAPH_BUILD_TESTS=ON
+ run: cmake --workflow --preset workflow-${{ matrix.preset }}
45
46
- name: Upload artifact
47
uses: actions/upload-artifact@v4
0 commit comments