Skip to content

Commit 2fcd461

Browse files
committed
build: test latest macOS on GitHub Actions
1 parent 3bfd273 commit 2fcd461

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
on: push
2+
jobs:
3+
test:
4+
runs-on: macos-latest
5+
steps:
6+
- uses: actions/checkout@v2
7+
- run: swift test

0 commit comments

Comments
 (0)