Skip to content

Commit b9f15d4

Browse files
committed
IND-2336 error in the workflow cmd corrected
1 parent 7abf25d commit b9f15d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: build, test and generate coverage report
2525
run: |
26-
go test -timeout=60s -race -v ./... -coverprofie=coverage.out
26+
go test -timeout=60s -race -v ./... -coverprofile=coverage.out
2727
go build -race ./...
2828
2929
- name: build and test ARC

0 commit comments

Comments
 (0)