Skip to content

Commit

Permalink
remove race test for check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyasdf committed May 31, 2022
1 parent caf14c1 commit b94dc7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
make bin/envtest
export KUBEBUILDER_ASSETS=$(pwd)/bin/envtest
go test -v ./...
go test -race -v ./...
shellcheck:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion charts/hybridnet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: hybridnet
# When the version is modified, make sure the artifacthub.io/changes list is updated
# Also update CHANGELOG.md
version: 0.5.0-rc1
version: 0.3.0
appVersion: 0.5.0
home: https://github.com/alibaba/hybridnet
description: A container networking solution aiming at hybrid clouds.
Expand Down

0 comments on commit b94dc7a

Please sign in to comment.