Skip to content

apply embedded-svc

apply embedded-svc #6

Workflow file for this run

name: CI
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v1
- uses: dtolnay/rust-toolchain@nightly
- run: cargo test