mirror of
https://github.com/Toxblh/MTMR.git
synced 2026-01-11 17:38:38 +00:00
Create swift.yml
This commit is contained in:
parent
aeee9983d1
commit
093faa2c02
15
.github/workflows/swift.yml
vendored
Normal file
15
.github/workflows/swift.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
name: Swift
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
|
||||||
|
runs-on: macOS-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- name: Build
|
||||||
|
run: swift build -v
|
||||||
|
- name: Run tests
|
||||||
|
run: swift test -v
|
||||||
Loading…
Reference in New Issue
Block a user