We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 248ca09 commit acbcacfCopy full SHA for acbcacf
1 file changed
.github/workflows/build.yml
@@ -68,13 +68,8 @@ jobs:
68
run: |
69
python -m pip install duckdb==1.3.2
70
71
- - name: Build and test (Unix)
72
- if: runner.os != 'Windows'
73
- run: |
74
- GEN=ninja make test_debug
75
-
76
- - name: Build and test (Windows)
77
- if: runner.os == 'Windows'
+ - name: Build and test
78
shell: bash
79
+ GEN=ninja make debug
80
GEN=ninja make test_debug
0 commit comments