Skip to content

AoC24 - Day 25 - fixed for Python 3.10 #443

AoC24 - Day 25 - fixed for Python 3.10

AoC24 - Day 25 - fixed for Python 3.10 #443

Workflow file for this run

name: Rust Tests
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: AoC17
run: cd AoC17/rust && cargo test