aoc2015/.github/workflows/tests.yml

16 lines
240 B
YAML
Raw Permalink Normal View History

2022-12-03 20:16:40 +01:00
name: Tests
on: push
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
name: Test
steps:
- uses: actions/checkout@v2
- name: cargo test
run: cargo test