Skip to content

Use no_std_net again to get serde support #84

Use no_std_net again to get serde support

Use no_std_net again to get serde support #84

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v3
- name: Install Rust
uses: dsherret/rust-toolchain-file@v1
- name: Build
run: cargo build --all --target thumbv7m-none-eabi
- name: Test
run: cargo test --lib