Skip to content

Commit c86541e

Browse files
committed
fix CI: update test workflow build path cmd/kode → cmd/odek
1 parent 0059238 commit c86541e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
go-version: "1.24"
1818

1919
- name: build
20-
run: go build -o /tmp/odek-test github.com/BackendStack21/kode/cmd/kode && chmod +x /tmp/odek-test
20+
run: go build -o /tmp/odek-test github.com/BackendStack21/kode/cmd/odek && chmod +x /tmp/odek-test
2121

2222
- name: test
2323
run: ODEK_BINARY=/tmp/odek-test go test ./... -race -coverprofile=coverage.out -covermode=atomic -count=1

0 commit comments

Comments
 (0)