Skip to content

Commit

Permalink
Rejig library path
Browse files Browse the repository at this point in the history
  • Loading branch information
kegsay committed Nov 1, 2023
1 parent d144d79 commit 0d8110c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,11 @@ jobs:
#DOCKER_BUILDKIT: 1

- run: |
ls "$(pwd)/rust-sdk/target/debug"
export LIBRARY_PATH="$LIBRARY_PATH:$(pwd)/rust-sdk/target/debug"
env
set -o pipefail &&
LIBRARY_PATH="$LIBRARY_PATH:$(pwd)/rust-sdk/target/debug" go test -v -json -timeout 5m ./tests | gotestfmt
go test -v -json -timeout 5m ./tests | gotestfmt
shell: bash # required for pipefail to be A Thing. pipefail is required to stop gotestfmt swallowing non-zero exit codes
name: Run Complement Crypto Tests
env:
Expand Down

0 comments on commit 0d8110c

Please sign in to comment.