Skip to content

move to tracing crate, but the .log file is weird looking now #39

move to tracing crate, but the .log file is weird looking now

move to tracing crate, but the .log file is weird looking now #39

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
check:
name: Rust project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install latest nightly
uses: dtolnay/rust-toolchain@nightly
- run: cargo test