Skip to content

Commit

Permalink
run UTs after building bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
kegsay committed Feb 26, 2024
1 parent 359c8da commit 17165cb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ jobs:
run: |
sudo apt-get update && sudo apt-get install -y libolm3 libolm-dev
go install -v github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest
- name: "Run Complement-Crypto unit tests"
run: |
go test $(go list ./internal/... | grep -v 'internal/tests') -timeout 60s
# Install whatever version of the JS SDK is in package.json
- name: Build JS SDK
Expand All @@ -58,6 +55,10 @@ jobs:
(cd rust-sdk && cargo build -p matrix-sdk-ffi)
ls -alh rust-sdk/target/debug
- name: "Run Complement-Crypto unit tests"
run: |
go test $(go list ./internal/... | grep -v 'internal/tests') -timeout 60s
# Temporary: as it takes 3m to build the complement synapse image >:(
- name: Pull synapse service v1.94.0 and mitmproxy
shell: bash
Expand Down

0 comments on commit 17165cb

Please sign in to comment.