Skip to content

Fix the problem with deriving Debug with other attributes (#15) #17

Fix the problem with deriving Debug with other attributes (#15)

Fix the problem with deriving Debug with other attributes (#15) #17

Workflow file for this run

on:
push:
branches:
- main
pull_request:
jobs:
check-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: cargo fmt --all -- --check
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: rustup toolchain install 1.72 --profile minimal
- uses: Swatinem/rust-cache@v2
- run: cargo test