Skip to content

Update to stewart 0.8 #22

Update to stewart 0.8

Update to stewart 0.8 #22

Workflow file for this run

on: [ push ]
name: CI
jobs:
build_and_test:
name: Build and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Build
run: cargo build --all-features
- name: Test
run: cargo test --all-features