Skip to content

Commit

Permalink
only run slow tests in main-cron
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Sep 13, 2023
1 parent 241ded5 commit d078aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/workflows/main-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ steps:
# The timeout should be strictly more than timeout in `pull-request.yml`.
# This ensures our `main-cron` workflow will be stable.
- label: "unit test"
command: "ci/scripts/unit-test.sh"
command: "ci/scripts/unit-test.sh -a"
plugins:
- ./ci/plugins/swapfile
- seek-oss/aws-sm#v2.3.1:
Expand Down

0 comments on commit d078aa0

Please sign in to comment.