Only try building after tests pass

This commit is contained in:
Micah Lee 2022-03-29 21:05:23 -07:00
parent ed04214ae6
commit 499923f4af
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -5,12 +5,10 @@ orbs:
workflows:
version: 2
test:
test_and_build:
jobs:
- test-cli
- test-gui
build:
jobs:
- build-win32:
requires:
- test-cli