Skip to content

Temporary fix for spirq miscompilation #254

Temporary fix for spirq miscompilation

Temporary fix for spirq miscompilation #254

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