Skip to content

Commit 0632a2a

Browse files
committed
Compile benchmarks
1 parent efb4833 commit 0632a2a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ concurrency:
1616
env:
1717
SWIFTLINT_VERSION: 0.61.0
1818
SWIFTFORMAT_VERSION: 0.58.3
19-
SWIFT_HOMOMORPHIC_ENCRYPTION_ENABLE_BENCHMARKING: 1
2019
jobs:
2120
soundness:
2221
name: soundness
@@ -34,8 +33,11 @@ jobs:
3433
with:
3534
enable_windows_checks: false
3635
linux_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}, {\"swift_version\": \"5.10\"}]"
36+
linux_env_vars: "SWIFT_HOMOMORPHIC_ENCRYPTION_ENABLE_BENCHMARKING: 1"
3737
linux_pre_build_command: "apt-get update && apt-get install -y libjemalloc-dev"
3838
linux_build_command: >
39+
echo $GITHUB_ENV
40+
swift build --configuration release;
3941
swift test --configuration release;
4042
for filename in $(find Snippets -name \*.swift); do
4143
basename=$(basename "$filename" .swift)

0 commit comments

Comments
 (0)