docs: add Integration Tests & Bridge History API CI badges to README (#545)

This commit is contained in:
HAOYUatHZ
2023-06-07 13:56:30 +08:00
committed by GitHub
parent 0319b11a57
commit 870565a18f
3 changed files with 3 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
name: BridgeHistoryApi
name: BridgeHistoryAPI
on:
push:
@@ -73,4 +73,3 @@ jobs:
if [ -n "$(git status --porcelain)" ]; then
exit 1
fi

View File

@@ -110,4 +110,4 @@ jobs:
- name: Test coordinator packages
working-directory: 'coordinator'
run: |
go test -v -race -gcflags="-l" -ldflags="-s=false" -covermode=atomic -tags mock_verifier ./...
go test -v -race -gcflags="-l" -ldflags="-s=false" -covermode=atomic -tags mock_verifier ./...