Skip to content

Commit

Permalink
Blindly try more things
Browse files Browse the repository at this point in the history
  • Loading branch information
kegsay committed Nov 1, 2023
1 parent 0d8110c commit 42b8622
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ jobs:

- run: |
ls "$(pwd)/rust-sdk/target/debug"
export LIBRARY_PATH="$LIBRARY_PATH:$(pwd)/rust-sdk/target/debug"
export LIBRARY_PATH="$(pwd)/rust-sdk/target/debug"
export LD_LIBRARY_PATH="$(pwd)/rust-sdk/target/debug"
env
set -o pipefail &&
go test -v -json -timeout 5m ./tests | gotestfmt
Expand Down

0 comments on commit 42b8622

Please sign in to comment.