Skip to content

Commit

Permalink
Rename job no-cgo -> wasmvm_no_cgo
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Dec 13, 2022
1 parent d82b07d commit d55a2eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
[ "$(gofumpt -l .)" = "" ] || (gofumpt -d . && exit 1)
# Build types and cosmwam package without cgo
no-cgo:
wasmvm_no_cgo:
docker:
- image: cimg/go:1.18.8
steps:
Expand Down Expand Up @@ -323,7 +323,7 @@ workflows:
- libwasmvm_sanity
- libwasmvm_audit
- format-go
- no-cgo
- wasmvm_no_cgo
- tidy-go
- format-scripts
- lint-scripts
Expand Down

0 comments on commit d55a2eb

Please sign in to comment.