Skip to content

chore(deps): Bump serde from 1.0.174 to 1.0.175 (#97) #213

chore(deps): Bump serde from 1.0.174 to 1.0.175 (#97)

chore(deps): Bump serde from 1.0.174 to 1.0.175 (#97) #213

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- main
jobs:
build:
name: Unit Tests
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- name: Execute `cargo test`
run: cargo test