github: run build after test

This commit is contained in:
nkanaev 2025-03-12 22:22:40 +00:00
parent 11d99f106e
commit ff81c9d689
2 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,10 @@
name: build
name: Build
on: push
on:
workflow_run:
workflows: [Test]
types:
- completed
jobs:
build_macos:

View File

@ -1,4 +1,4 @@
name: Go Test
name: Test
on:
push: