ci: fix sanity job

This commit is contained in:
Oliver Nordbjerg
2022-12-23 12:30:06 +01:00
parent 9e2ef7e48c
commit affead471d

View File

@ -50,7 +50,7 @@ jobs:
run: cargo update
- name: Run tests
run: cargo --locked --workspace --all-features
run: cargo nextest run --locked --workspace --all-features
- uses: JasonEtco/create-an-issue@v2
if: ${{ failure() }}