Workflow: build tests before running

This commit is contained in:
Keenan Tims 2023-03-19 12:34:25 -07:00
parent 498c509e70
commit 4897aad492
Signed by: ktims
GPG Key ID: 11230674D69038D4

View File

@ -16,5 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build tests
run: cargo test --no-run --verbose
- name: Run tests
run: cargo test --verbose
run: cargo test