Move tests into main workflows.

The workflow UI works best if there's only a single main workflow in a
PR. We can keep things organized similarly by turning the test workflow
into a reusable workflow. Same code (mostly), better UI.
This commit is contained in:
Dan Albert
2022-07-27 20:24:21 -07:00
parent 6437700a61
commit 151cf17e35
3 changed files with 12 additions and 20 deletions

View File

@@ -6,6 +6,9 @@ jobs:
lint:
uses: ./.github/workflows/lint.yml
test:
uses: ./.github/workflows/test.yml
build:
runs-on: windows-latest
steps: