Skip to content

Commit 8760ce3

Browse files
committed
[ci] run builds and test in parallel
1 parent 0f96548 commit 8760ce3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,19 @@ name: Build, tests & soundness checks
33
on: [pull_request, workflow_dispatch]
44

55
jobs:
6-
swift-bedrock-library:
6+
swift-bedrock-library-build:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout repository
1010
uses: actions/checkout@v4
1111
- name: Build
1212
run: swift build --configuration release
13+
14+
swift-bedrock-library-test:
15+
runs-on: ubuntu-latest
16+
steps:
17+
- name: Checkout repository
18+
uses: actions/checkout@v4
1319
- name: Tests
1420
run: swift test
1521

0 commit comments

Comments
 (0)