Skip to content

update serde_yaml to 0.9 #16

update serde_yaml to 0.9

update serde_yaml to 0.9 #16

Workflow file for this run

name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests and doc
run: |
cargo test --all-features
cargo doc