custom_attrs 1.2.4

A library that allows you to configure values specific to each variants of an enum.
Documentation
name: Tests

on:
  push:
    branches: [ "main" ]
  pull_request:
    branches: [ "main" ]

env:
  CARGO_TERM_COLOR: always

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v3
    - name: Install Rust
      uses: hecrj/setup-rust-action@v1
    - name: Run tests
      run: cargo test --verbose