Skip to content

Finish 2022-13, start 2022-17, first pass on 2023-01 #9

Finish 2022-13, start 2022-17, first pass on 2023-01

Finish 2022-13, start 2022-17, first pass on 2023-01 #9

Workflow file for this run

name: Rust
on:
push:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
env:
AOC_COOKIE: ${{ secrets.AOC_COOKIE }}
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose