Add dummy tests-pass job

This commit is contained in:
Félix Saparelli 2023-01-12 01:52:36 +13:00
parent f8ee5480db
commit a76f26482a
No known key found for this signature in database
1 changed files with 9 additions and 0 deletions

View File

@ -108,3 +108,12 @@ jobs:
command: clippy
args: --target ${{ matrix.target }}
# Dummy job to have a stable name for the "all tests pass" requirement
tests-pass:
name: Tests pass
needs:
- test
- clippy
runs-on: ubuntu-latest
steps:
- run: echo "Tests pass"