Update tests.yml

This commit is contained in:
João Moura
2024-01-14 00:11:53 -03:00
committed by GitHub
parent 4b8f99d7a3
commit 3686804f7e

View File

@@ -1,6 +1,6 @@
name: Run Tests
on: push
on: [push, pull_request]
permissions:
contents: write
@@ -29,4 +29,4 @@ jobs:
poetry install
- name: Run tests
run: poetry run pytest
run: poetry run pytest