Skip to content

Commit

Permalink
Update build.yaml comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sergicastro authored Nov 11, 2024
1 parent 5781f73 commit 4b8163d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ env:
GOPROXY: https://proxy.golang.org

jobs:
test: ## This jobs takes around 2h to complete. Let's not make this a requirement for PRs until we can make it faster.
# All test running sequentially take around ~2h.
# Sppliting them in groups that take more or less the same time makes PR's readiness faster
test:
strategy:
matrix:
label:
Expand Down

0 comments on commit 4b8163d

Please sign in to comment.