Update .forgejo/workflows/test.yaml
Some checks failed
test / test (push) Successful in 16s
test / test2 (push) Failing after 6s

This commit is contained in:
Fijxu 2024-03-23 19:24:28 -03:00
parent cdb11b157e
commit 8e417f918d

View file

@ -9,7 +9,7 @@ jobs:
runs-on: docker
steps:
- name: --cpu-period=100000 --cpu-quota=150000 in container.options
run: apt-get update && apt-get install stress && stress --cpu 6 --timeout 10
run: apt-get update && apt-get install stress && time stress --cpu 6 --timeout 10
test2:
runs-on: docker
@ -17,4 +17,4 @@ jobs:
image: debian:latest
steps:
- name: --cpu-period=100000 --cpu-quota=150000 in container.options too
run: apt-get update && apt-get install stress && stress --cpu 6 --timeout 10
run: apt-get update && apt-get install stress && time stress --cpu 6 --timeout 10