Skip to content

Commit

Permalink
added a GitHub action to run unit tests automatically on code pull re…
Browse files Browse the repository at this point in the history
…quests also
  • Loading branch information
bisscotti committed Dec 27, 2024
1 parent 13c0901 commit ee6692f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Continuous Integration
on: [push]
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ee6692f

Please sign in to comment.