Skip to content

Release 2.0.0-alpha.6 #228

Release 2.0.0-alpha.6

Release 2.0.0-alpha.6 #228

Workflow file for this run

name: Run tests
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Format
run: cargo fmt --all -- --check
- name: Build
run: cargo build --verbose
- name: Test
run: cargo test --verbose