Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
canifa_note
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vũ Hoàng Anh
canifa_note
Commits
065e8174
Commit
065e8174
authored
Apr 06, 2026
by
boojack
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: backend tests action
parent
10a955fd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
backend-tests.yml
.github/workflows/backend-tests.yml
+3
-3
No files found.
.github/workflows/backend-tests.yml
View file @
065e8174
...
@@ -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 \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment