Skip to content

chore: bump version to 0.6.0 #74

chore: bump version to 0.6.0

chore: bump version to 0.6.0 #74

Workflow file for this run

name: Rust
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install rust components
run: rustup component add rustfmt && rustup component add clippy
- name: Run integration
run: make integration