Skip to content

chore(deps-dev): bump pytest from 8.3.3 to 8.3.4 in /scratchpad in the scratchpad group #336

chore(deps-dev): bump pytest from 8.3.3 to 8.3.4 in /scratchpad in the scratchpad group

chore(deps-dev): bump pytest from 8.3.3 to 8.3.4 in /scratchpad in the scratchpad group #336

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