Run tests on PR

This commit is contained in:
Stéphane Bruckert 2025-01-19 16:38:00 +00:00
parent 84f8b0a64b
commit f5ebcc6fc6
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
name: Integration tests
on: [push]
on: [push, pull_request]
jobs:
build:

View File

@ -1,6 +1,6 @@
name: Unit tests
on: [push]
on: [push, pull_request]
jobs:
build: