Skip to content

fud v2

fud v2 #42

Workflow file for this run

on: [push, pull_request]
name: Rust CI
jobs:
test:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
with:
command: check