Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
Run bridge tests in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Dec 17, 2023
1 parent 6a5fc0f commit 4ef4843
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,12 @@ jobs:
sudo apt-get install protobuf-compiler
cargo build -p libsignal-ffi --release --verbose
- name: Run tests
- name: Run libsignalgo tests
run: |
export LIBRARY_PATH=libsignal/target/release
go test -v -json ./pkg/libsignalgo -cover | gotestfmt
- name: Run bridge tests
run: |
export LIBRARY_PATH=libsignal/target/release
go test -v -json ./... -cover | gotestfmt

0 comments on commit 4ef4843

Please sign in to comment.