Skip to content

Commit 1239c01

Browse files
committed
don't build docc plugin on test step
1 parent b56aa9b commit 1239c01

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: Build
23-
run: swift build
23+
run: swift build --build-tests
2424
- name: Run tests
25-
run: swift test
25+
run: swift test --skip-build
2626
- name: Pod lint
2727
run: pod lib lint --quick
2828
- name: Verify Carthage

0 commit comments

Comments
 (0)