Skip to content

Commit 8e00d9a

Browse files
committed
reduce output amount of test suite with address sanitation
1 parent 9d2b00a commit 8e00d9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,11 @@ jobs:
148148
sudo apt-get update
149149
sudo apt-get -y dist-upgrade
150150
sudo apt-get -y install valgrind lld g++ clang
151-
- name: Test Swift bindings package without address sanitizer
151+
- name: Test Swift bindings package with address sanitizer
152152
run: |
153153
python ci/toggle_address_sanitation_library.py on
154154
cd ci/LDKSwift
155-
../../swift-5.6-RELEASE-ubuntu20.04/usr/bin/swift test -v
155+
../../swift-5.6-RELEASE-ubuntu20.04/usr/bin/swift test -Xswiftc -suppress-warnings
156156
env:
157157
LDK_C_BINDINGS_BASE: /home/runner/work/ldk-swift/ldk-swift/ci/ldk-c-bindings
158158
LLVM_CLANG_ASAN_PATH: /usr/lib/llvm-11/lib/clang/11.0.0/lib/linux/libclang_rt.asan-x86_64.a

0 commit comments

Comments
 (0)