Skip to content

Commit

Permalink
adding integration tests to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
heckj committed Apr 7, 2024
1 parent 5ee987b commit 7021ad2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ jobs:
swift --version
- name: Swift tests
run: swift test
- name: Integration tests
run: |
cd IntegrationTests
swift test

0 comments on commit 7021ad2

Please sign in to comment.