Skip to content

Upgrade from spirq 0.6.2 to 1.0.0 #214

Upgrade from spirq 0.6.2 to 1.0.0

Upgrade from spirq 0.6.2 to 1.0.0 #214

Workflow file for this run

name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Build
run: cargo build
- name: Run tests
run: cargo test