Skip to content

Commit f53cafe

Browse files
committed
skip build for release test
1 parent 219ce5c commit f53cafe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
test:
2626
name: Build and Test (${{ matrix.config }})
2727
runs-on: [self-hosted, linux]
28-
timeout-minutes: 60
28+
timeout-minutes: 45
2929
strategy:
3030
matrix:
3131
config: [debug, release]
@@ -101,7 +101,7 @@ jobs:
101101
- name: Test
102102
run: |
103103
if [ "${{ matrix.config }}" = "release" ]; then
104-
./scripts/runTests.sh --skip=Boka test -c release -Xswiftc -enable-testing
104+
./scripts/runTests.sh --skip=Boka test -c release --skip-build
105105
else
106106
make test-all
107107
fi

0 commit comments

Comments
 (0)