Skip to content

Rewrite description of the crate #8

Rewrite description of the crate

Rewrite description of the crate #8

Workflow file for this run

name: CI
on: [push, pull_request]
env:
minrust: 1.49.0
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Install stable toolchain
id: toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
override: true
- name: Run cargo test
run: cargo test --features serde_impls