Skip to content

Commit 0485a2b

Browse files
committed
Debug mode
1 parent 04d6288 commit 0485a2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
GEN: ninja
7676
STATIC_LIBCPP: 1
7777
run: |
78-
make release
78+
make debug
7979
8080
- name: Test extension
8181
env:
@@ -84,4 +84,4 @@ jobs:
8484
run: |
8585
psql -c "SELECT 43"
8686
source ./create-postgres-tables.sh
87-
make test_release
87+
make test

0 commit comments

Comments
 (0)