tunnelkit/.github/workflows/test.yml

29 lines
535 B
YAML
Raw Normal View History

2021-11-28 18:35:36 +00:00
name: Unit Tests
on:
push:
branches:
- "master"
paths-ignore:
- "*.md"
pull_request:
types: [ opened, synchronize ]
concurrency:
group: ${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
jobs:
run_tests:
2022-01-04 08:27:57 +00:00
name: Run tests
2022-05-17 16:06:51 +00:00
runs-on: macos-12
timeout-minutes: 5
steps:
- uses: actions/checkout@v2
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Run tests
run: |
swift test