|
@@ -68,12 +68,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
|
|
|
- include:
|
|
|
- # defmt doesn't support 1.46
|
|
|
- - rust: stable
|
|
|
- features: defmt defmt-trace medium-ip medium-ethernet proto-ipv6 proto-ipv6 proto-igmp proto-dhcpv4 socket-raw socket-udp socket-tcp socket-icmp async
|
|
|
- - rust: nightly
|
|
|
- features: defmt defmt-trace medium-ip medium-ethernet proto-ipv6 proto-ipv6 proto-igmp proto-dhcpv4 socket-raw socket-udp socket-tcp socket-icmp async
|
|
|
+ - defmt defmt-trace 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
|