mirror of
https://github.com/tuna/tunasync.git
synced 2025-04-20 03:32:43 +00:00
cgroupv2: add tests on cgv1 for implicit cgroup
This commit is contained in:
parent
e719dc443b
commit
c26e9fb64a
5
.github/workflows/tunasync.yml
vendored
5
.github/workflows/tunasync.yml
vendored
@ -60,6 +60,11 @@ jobs:
|
||||
- name: Run Unit tests.
|
||||
run: make test
|
||||
|
||||
- name: Run Additional Unit tests.
|
||||
run: |
|
||||
make build-test-worker
|
||||
sudo cgexec -g "*:/" -g cpu,memory:tunasync bash -c "echo 0 > /sys/fs/cgroup/systemd/tasks; exec sudo -u $USER env USECURCGROUP=1 ./worker.test -test.v -test.coverprofile profile.cov -test.run TestCgroup"
|
||||
|
||||
- name: Convert coverage to lcov
|
||||
uses: jandelgado/gcov2lcov-action@v1.0.0
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user