Update .forgejo/workflows/test.yaml
This commit is contained in:
parent
cdb11b157e
commit
8e417f918d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
Loading…
Reference in a new issue