Skip to content

Commit 84e66c9

Browse files
committed
ci: added rendez-vous job for matrix job
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent 9aba3a0 commit 84e66c9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/go-test.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,16 @@ jobs:
6060
go build ./...
6161
# empty tests for now, yet stronger check than just go build
6262
go test ./...
63+
64+
test-complete:
65+
# description: |
66+
# Rendez-vous job: single required status check for branch protection,
67+
# instead of requiring every matrix combination individually.
68+
name: tests completed
69+
needs: [lint, build]
70+
runs-on: ubuntu-latest
71+
steps:
72+
-
73+
name: Tests completed
74+
run: |
75+
echo "::notice title=Success::All tests passed"

0 commit comments

Comments
 (0)