Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Separate build and test in github workflows. (#432)
Currently the "Build and test" step of the c-i workflow does both build a binary and test the binary. Make 2 sections 'Build' and 'Test'. This way you can know which of the two sections failed, and also see how long each portion took. Signed-off-by: Scott Moser <smoser@brickies.net>
- Loading branch information