Skip to content

Commit

Permalink
Downgrade/reqwest (#368)
Browse files Browse the repository at this point in the history
* Downgrade reqwest

Signed-off-by: Patrik Stas <[email protected]>

* Add agency test to libvcx

Signed-off-by: Patrik Stas <[email protected]>

* Run agency tests in libvcx

Signed-off-by: Patrik Stas <[email protected]>
  • Loading branch information
Patrik-Stas authored Oct 27, 2021
1 parent ab5bf5e commit 6c1aeae
Show file tree
Hide file tree
Showing 5 changed files with 283 additions and 84 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ jobs:
set -x
docker run --rm -i --name libvcx --network host -e X86_64_UNKNOWN_LINUX_MUSL_OPENSSL_NO_VENDOR=true $DOCKER_IMG_NAME_LIBVCX \
bash -c '(cd $HOME/libvcx && \
RUST_TEST_THREADS=1 TEST_POOL_IP=127.0.0.1 cargo test --release --features "pool_tests" && \
RUST_TEST_THREADS=1 TEST_POOL_IP=127.0.0.1 cargo test --release --features "pool_tests agency_tests" && \
cd $HOME/aries_vcx && \
RUST_TEST_THREADS=1 TEST_POOL_IP=127.0.0.1 cargo test --release --features "pool_tests agency_v2" )'
Expand Down
Loading

0 comments on commit 6c1aeae

Please sign in to comment.