Skip to content

Commit

Permalink
improvement: add test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
manasv committed May 30, 2021
1 parent 33431db commit 2ef2657
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Test
on: pull_request
jobs:
all_tests:
name: All tests
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run tests
run: swift test

0 comments on commit 2ef2657

Please sign in to comment.