Skip to content

Commit 68b2f9b

Browse files
author
DominicGBauer
committed
chore: add tests
1 parent 13f75f5 commit 68b2f9b

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/build_and_test.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,9 @@ on:
55

66
jobs:
77
build:
8-
name: Swift ${{ matrix.swift }} on ${{ matrix.os }}
9-
strategy:
10-
matrix:
11-
os: [ubuntu-latest, macos-latest]
12-
swift: ["5.10.1"]
13-
runs-on: ${{ matrix.os }}
8+
name: Build and test
9+
runs-on: macos-latest
1410
steps:
15-
- uses: swift-actions/setup-swift@v2
16-
with:
17-
swift-version: ${{ matrix.swift }}
1811
- uses: actions/checkout@v4
1912
- name: Build
2013
run: swift build

0 commit comments

Comments
 (0)