Skip to content

Commit

Permalink
Enabled unit tests on each push
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekazakov committed Jan 12, 2024
1 parent 776d3e7 commit f491d39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build and Test
on: [workflow_dispatch]
on: [push, workflow_dispatch]
jobs:
run-unit-tests:
unit-tests:
runs-on: macos-13
env:
XC_VERSION: ${{ '15.1' }}
Expand Down

0 comments on commit f491d39

Please sign in to comment.