Skip to content

Various Fixes

Various Fixes #1

Workflow file for this run

name: Cargo Test
on:
pull_request:
branches:
- main
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Cargo Test
run: |
echo "{RUST_BACKTRACE}={FULL}" >> "$GITHUB_ENV"
cargo test --verbose