Skip to content

Commit 7465b37

Browse files
authored
fix: correct circleci workflow names
1 parent 4bef663 commit 7465b37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,13 +209,13 @@ jobs:
209209
steps:
210210
- checkout
211211
- run:
212-
name: Build package "types" without cgo
212+
name: Build package "types" with libwasmvm linking disabled
213213
command: go build -tags "nolink_libwasmvm" ./types
214214
- run:
215-
name: Build package "cosmwasm" without cgo
215+
name: Build package "cosmwasm" with libwasmvm linking disabled
216216
command: go build -tags "nolink_libwasmvm" .
217217
- run:
218-
name: Test package "types" without cgo
218+
name: Test package "types" with libwasmvm linking disabled
219219
command: go test -tags "nolink_libwasmvm" ./types
220220
- run:
221221
name: Test package "cosmwasm" with libwasmvm linking disabled

0 commit comments

Comments
 (0)