Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hyperledger-archives/aries-framework-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ec5d9785b66936f8976b6a49be785d9c47bc3277
Choose a base ref
..
head repository: hyperledger-archives/aries-framework-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 056db38e4b140d4ed5067d151f981b98d7886d33
Choose a head ref
Showing with 1 addition and 2 deletions.
  1. +1 −2 scripts/check_go_integration.sh
3 changes: 1 addition & 2 deletions scripts/check_go_integration.sh
Original file line number Diff line number Diff line change
@@ -10,9 +10,8 @@ echo "Running aries-framework-go integration tests..."
PWD=`pwd`
cd test/bdd
go test -count=1 -v -cover . -p 1 -timeout=45m -race
go test -count=1 -v -cover . -p 1 -timeout=30m -race -run presentproof,present_proof_controller,issue_credential,issue_credential_controller,webkms,waci_issuance
go test -count=1 -v -cover . -p 1 -timeout=30m -race -run presentproof,present_proof_controller,issue_credential,issue_credential_controller,webkms,waci_issuance,verifiable
go test -count=1 -v -cover . -p 1 -timeout=30m -race -run didcomm_remote_crypto
go test -count=1 -v -cover . -p 1 -timeout=30m -race -run verifiable
DEFAULT_KEY_TYPE="ecdsap256ieee1363" DEFAULT_KEY_AGREEMENT_TYPE="p256kw" go test -count=1 -v -cover . -p 1 -timeout=10m -race -run didcommv2
CARL_MEDIA_TYPE_PROFILES="didcomm/aip1" CARL_KEYAGREEMENT_TYPE="X25519ECDHKW" DAVE_MEDIA_TYPE_PROFILES="didcomm/aip2;env=rfc19" DAVE_KEYAGREEMENT_TYPE="X25519ECDHKW" go test -count=1 -v -cover . -p 1 -timeout=20m -race -run aries_router_controller
CARL_MEDIA_TYPE_PROFILES="didcomm/aip2;env=rfc587" CARL_KEYAGREEMENT_TYPE="X25519ECDHKW" DAVE_MEDIA_TYPE_PROFILES="didcomm/v2" DAVE_KEYAGREEMENT_TYPE="X25519ECDHKW" go test -count=1 -v -cover . -p 1 -timeout=20m -race -run aries_router_controller