Skip to content

chore(deps): bump clap from 4.4.13 to 4.4.14 in /2023/aoc2023 #14

chore(deps): bump clap from 4.4.13 to 4.4.14 in /2023/aoc2023

chore(deps): bump clap from 4.4.13 to 4.4.14 in /2023/aoc2023 #14

name: 2023 Rust checks
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./2023/aoc2023
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose