Skip to content

Bump version (#94) #123

Bump version (#94)

Bump version (#94) #123

Workflow file for this run

name: CI
on: [push]
jobs:
build_and_test:
name: Rust project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run cargo test
uses: actions-rs/cargo@v1
with:
command: test