Skip to content

bump version to 0.1.8 and regen docs #150

bump version to 0.1.8 and regen docs

bump version to 0.1.8 and regen docs #150

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
env:
RUST_BACKTRACE: 1
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- 1.65.0 # MSRV
- stable
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
- run: cargo test --release --no-default-features
- run: cargo test --release
- run: cargo test --release --all-features