Skip to content

Commit

Permalink
Add tests to pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartmaxwell committed Oct 11, 2024
1 parent dfe89b7 commit 20af5d1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Test

on: pull_request

permissions:
contents: read

jobs:
test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Install uv
uses: astral-sh/setup-uv@v2

- name: Run tests
run: uv run --frozen --python 3.13 pytest

0 comments on commit 20af5d1

Please sign in to comment.