aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/spm.yml
blob: 999851a038aa770a42e0b8c8ae54fb00952c7f5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: spm

on:
  push:
  pull_request:

jobs:
  swift-build-run:
    runs-on: macOS-latest
    steps:
    - uses: actions/checkout@v2
    - name: Build
      run: swift build
    - name: Run
      run: swift test