Commit 065e8174 authored by boojack's avatar boojack

fix: backend tests action

parent 10a955fd
...@@ -49,7 +49,7 @@ jobs: ...@@ -49,7 +49,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
test-group: [store, server, plugin, other] test-group: [store, server, internal, other]
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v6 uses: actions/checkout@v6
...@@ -71,8 +71,8 @@ jobs: ...@@ -71,8 +71,8 @@ jobs:
server) server)
go test -v -race -coverprofile=coverage.out -covermode=atomic ./server/... go test -v -race -coverprofile=coverage.out -covermode=atomic ./server/...
;; ;;
plugin) internal)
go test -v -race -coverprofile=coverage.out -covermode=atomic ./plugin/... go test -v -race -coverprofile=coverage.out -covermode=atomic ./internal/...
;; ;;
other) other)
go test -v -race -coverprofile=coverage.out -covermode=atomic \ 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