From 8e417f918d433117edd747ab25db9b7f636fb892 Mon Sep 17 00:00:00 2001 From: Fijxu Date: Sat, 23 Mar 2024 19:24:28 -0300 Subject: [PATCH] Update .forgejo/workflows/test.yaml --- .forgejo/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index 0721392..a140d39 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -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 \ No newline at end of file + run: apt-get update && apt-get install stress && time stress --cpu 6 --timeout 10 \ No newline at end of file