test: add pytest suite, fixtures, and CI workflow
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
name: Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: astral-sh/setup-uv@v5
|
||||
- run: uv run --group dev pytest -v
|
||||
env:
|
||||
ROBLOSECURITY: ${{ secrets.ROBLOSECURITY }}
|
||||
Reference in New Issue
Block a user