Skip to content

Commit

Permalink
feat(CI): Update script
Browse files Browse the repository at this point in the history
  • Loading branch information
maximkrouk committed Dec 16, 2023
1 parent fe3bbdc commit 9407d3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Test
run: swift test
run: make test
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
test:
@swift test

0 comments on commit 9407d3c

Please sign in to comment.