Skip to content

[LIB] Cleanup temp lib structs #13

[LIB] Cleanup temp lib structs

[LIB] Cleanup temp lib structs #13

Workflow file for this run

name: aoc_2021
on:
workflow_dispatch:
push:
paths:
- "common/**"
- "aoc_2021/**"
env:
CRATE: aoc_2021
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build -p ${{ env.CRATE }}
- name: Test
run: cargo test -p ${{ env.CRATE }}