Skip to content

Commit

Permalink
CI: remove durations to make output prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
missytake committed Mar 18, 2024
1 parent cf79e2d commit 77b39b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
ssh root@ns.testrun.org systemctl reload nsd
- name: cmdeploy test
run: CHATMAIL_DOMAIN2=nine.testrun.org pytest -n4 --durations=5 -x -xrv --slow
run: CHATMAIL_DOMAIN2=nine.testrun.org pytest -n4 -x -xrv --slow

- name: cmdeploy dns (try 3 times)
run: cmdeploy dns || cmdeploy dns || cmdeploy dns
Expand Down

0 comments on commit 77b39b8

Please sign in to comment.