Skip to content

Commit

Permalink
matrix inefficient without affinity rules
Browse files Browse the repository at this point in the history
  • Loading branch information
crerwin committed Feb 2, 2024
1 parent aa2cfc6 commit 11ec24d
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,6 @@ on: [push]
jobs:
build:
runs-on: [advent-runners]
strategy:
matrix:
year:
- 2015
- 2017
- 2018
- 2020
- 2021
- 2022

steps:
- uses: actions/checkout@v3
Expand All @@ -28,4 +19,4 @@ jobs:
poetry install
- name: Unit tests
run: |
poetry run pytest tests/test_${{ matrix.year }}*
poetry run pytest

0 comments on commit 11ec24d

Please sign in to comment.