Skip to content

Commit 41d85bc

Browse files
committed
Add test for IPv6
1 parent 448f94a commit 41d85bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/push.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,7 @@ jobs:
2323
arduino-cli --config-file arduino-cli.yaml core install esp32:[email protected]
2424
- name: Compile Sketch
2525
run: arduino-cli --config-file arduino-cli.yaml --library ./src/ compile --fqbn esp32:esp32:esp32 ./examples/ClientServer/Client/Client.ino
26+
- name: Compile Sketch with IPv6
27+
env:
28+
LWIP_IPV6: true
29+
run: arduino-cli --config-file arduino-cli.yaml --library ./src/ compile --fqbn esp32:esp32:esp32 ./examples/ClientServer/Client/Client.ino

0 commit comments

Comments
 (0)