Skip to content

Bump version to v0.1.7 #95

Bump version to v0.1.7

Bump version to v0.1.7 #95

Workflow file for this run

name: Test
on:
push:
branches: master
env:
CARGO_TERM_COLOR: always
jobs:
test:
name: Test
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Cache cargo & target directories
uses: Swatinem/rust-cache@v2
- name: Build
run: cargo build --verbose
- name: Test
run: cargo test --verbose