Skip to content

Commit

Permalink
Run all tests in one step
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir authored and sumnerevans committed Dec 30, 2023
1 parent 9152313 commit 6abe80e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,8 @@ jobs:
run: |
curl -L https://mau.dev/tulir/gomuks-build-docker/-/jobs/artifacts/master/raw/libsignal_ffi.a?job=libsignal%20linux%20amd64 -o libsignal_ffi.a
- name: Run libsignalgo tests
- name: Run tests
run: |
set -euo pipefail
export LIBRARY_PATH=.
go test -v -ldflags "-extldflags -lm" -json ./pkg/libsignalgo -cover | gotestfmt || true
- name: Run bridge tests
run: |
set -euo pipefail
export LIBRARY_PATH=.
go test -v -json ./... -cover | gotestfmt
go test -v -ldflags "-extldflags -lm" -json ./... -cover | gotestfmt

0 comments on commit 6abe80e

Please sign in to comment.