mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-25 02:55:09 +00:00
12 lines
No EOL
346 B
YAML
12 lines
No EOL
346 B
YAML
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
steps:
|
|
- script: go test ./...
|
|
workingDirectory: commercial-paper/organization/magnetocorp/contract-go
|
|
displayName: Go unit test magnetocorp
|
|
- script: go test ./...
|
|
workingDirectory: commercial-paper/organization/digibank/contract-go
|
|
displayName: Go unit test digibank
|
|
|