Skip to content

Commit

Permalink
add test to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
m3dwards committed Sep 4, 2024
1 parent 85e7b6b commit 5336cdb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,18 @@ jobs:
run: |
source .venv/bin/activate
./test/${{matrix.test}}
test-without-mk:
runs-on: ubuntu-latest
strategy:
matrix:
test:
- graph_test.py
steps:
- uses: actions/checkout@v4
- uses: eifinger/setup-uv@v1
- name: Install project
run: uv sync --all-extras --dev
- name: Run tests
run: |
source .venv/bin/activate
./test/${{matrix.test}}

0 comments on commit 5336cdb

Please sign in to comment.