Переглянути джерело

Merge pull request #531 from smoltcp-rs/bors

Add bors
Dario Nieuwenhuis 3 роки тому
батько
коміт
e9da1bb586
1 змінених файлів з 1 додано та 6 видалено
  1. 1 6
      .github/workflows/test.yml

+ 1 - 6
.github/workflows/test.yml

@@ -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