We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a1b742 commit 1d231bcCopy full SHA for 1d231bc
.github/workflows/pull_request.yml
@@ -69,6 +69,9 @@ jobs:
69
run: |
70
./gradlew build -x test --no-daemon # just build
71
./gradlew build --info --no-daemon
72
+ - name: Gradle build (benchmarks)
73
+ run: |
74
+ ./gradlew compileJmh --info --no-daemon
75
76
test-swift:
77
name: Swift tests (swift:${{ matrix.swift_version }} jdk:${{matrix.jdk_vendor}} os:${{ matrix.os_version }})
@@ -130,3 +133,5 @@ jobs:
130
133
- name: Build (Swift) Sample Apps
131
134
132
135
find Samples/ -name Package.swift -maxdepth 2 -exec swift build --package-path $(dirname {}) \;;
136
+ - name: Build (Swift) Benchmarks
137
+ run: "swift package --package-path Benchmarks/ benchmark list"
0 commit comments