ci(check-and-build-and-test): in the test job, build tests before running them

Signed-off-by: J / Jacob Babich <jacobbabichpublic+git@gmail.com>
This commit is contained in:
J / Jacob Babich
2024-10-17 17:48:45 -04:00
parent f4cbe18b73
commit 575170bb92

View File

@@ -199,6 +199,8 @@ jobs:
shared-key: ${{ matrix.supporteds.target }}-latest
cache-on-failure: "true"
- name: Build tests
run: cargo build --tests --target ${{ matrix.supporteds.target }}
- name: Test
run: cargo nextest run --target ${{ matrix.supporteds.target }}