Add test with defmt feature.

master
Dario Nieuwenhuis 2021-04-01 01:42:17 +02:00
parent d64c8593f0
commit e57ec1e5c8
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ jobs:
features:
# These feature sets cannot run tests, so we only check they build.
- medium-ip medium-ethernet proto-ipv6 proto-ipv6 proto-igmp proto-dhcpv4 socket-raw socket-udp socket-tcp socket-icmp async
- defmt medium-ip medium-ethernet proto-ipv6 proto-ipv6 proto-igmp proto-dhcpv4 socket-raw socket-udp socket-tcp socket-icmp async
steps:
- uses: actions/checkout@v2