Skip to content

Commit

Permalink
Add unit tests to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Apr 20, 2024
1 parent 138379d commit 435222e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/umu-protonfixes.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: umu-protonfixes workflow
name: umu-protonfixes

on:
push:
Expand Down Expand Up @@ -33,3 +33,6 @@ jobs:
- name: Lint with Pylint
run: |
bash tools/lint.sh
- name: Test with unittest
run: |
python protonfixes_test.py

0 comments on commit 435222e

Please sign in to comment.