Skip to content

Commit c0cb0da

Browse files
committed
Fix tests
1 parent 822b817 commit c0cb0da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mqtt-sn-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
path: gateway
3333
- name: Build gateway
3434
working-directory: ./gateway/MQTTSNGateway
35-
run: ./build.sh udp
35+
run: ./build.sh udp -DDEBUG -DDEBUG_NW
3636
- name: Write config to change broker
3737
working-directory: ./gateway/MQTTSNGateway/bin
3838
run: |

0 commit comments

Comments
 (0)