Workflow: build tests before running

This commit is contained in:
2023-03-19 12:34:25 -07:00
parent 498c509e70
commit 4897aad492

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