Commit 065e8174 authored by boojack's avatar boojack

fix: backend tests action

parent 10a955fd
......@@ -49,7 +49,7 @@ jobs:
strategy:
fail-fast: false
matrix:
test-group: [store, server, plugin, other]
test-group: [store, server, internal, other]
steps:
- name: Checkout code
uses: actions/checkout@v6
......@@ -71,8 +71,8 @@ jobs:
server)
go test -v -race -coverprofile=coverage.out -covermode=atomic ./server/...
;;
plugin)
go test -v -race -coverprofile=coverage.out -covermode=atomic ./plugin/...
internal)
go test -v -race -coverprofile=coverage.out -covermode=atomic ./internal/...
;;
other)
go test -v -race -coverprofile=coverage.out -covermode=atomic \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment