mirror of
https://github.com/tuna/tunasync.git
synced 2025-04-20 11:42:43 +00:00
CI: beautify goconvey output
This commit is contained in:
parent
8080ed6648
commit
222d98d6ae
4
.github/workflows/tunasync.yml
vendored
4
.github/workflows/tunasync.yml
vendored
@ -60,12 +60,12 @@ jobs:
|
|||||||
- name: Run Unit tests.
|
- name: Run Unit tests.
|
||||||
run: |
|
run: |
|
||||||
go install github.com/wadey/gocovmerge@latest
|
go install github.com/wadey/gocovmerge@latest
|
||||||
make test
|
TERM=xterm-256color make test
|
||||||
|
|
||||||
- name: Run Additional Unit tests.
|
- name: Run Additional Unit tests.
|
||||||
run: |
|
run: |
|
||||||
make build-test-worker
|
make build-test-worker
|
||||||
sudo cgexec -g "*:/" bash -c "echo 0 > /sys/fs/cgroup/systemd/tasks; exec sudo -u $USER env USECURCGROUP=1 cgexec -g cpu,memory:tunasync ./worker.test -test.v -test.coverprofile profile2.cov -test.run TestCgroup"
|
sudo cgexec -g "*:/" bash -c "echo 0 > /sys/fs/cgroup/systemd/tasks; exec sudo -u $USER env USECURCGROUP=1 TERM=xterm-256color cgexec -g cpu,memory:tunasync ./worker.test -test.v=true -test.coverprofile profile2.cov -test.run TestCgroup"
|
||||||
|
|
||||||
- name: Combine coverage files
|
- name: Combine coverage files
|
||||||
run : |
|
run : |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user