Skip to content

Fix statement top-level spans (#11) #26

Fix statement top-level spans (#11)

Fix statement top-level spans (#11) #26

Workflow file for this run

name: Build & Test
on:
pull_request:
push:
branches: [main]
env:
CARGO_TERM_COLOR: always
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Build
run: cargo build --verbose
- name: Test
run: cargo test --verbose