Skip to content

Commit

Permalink
ci: Add ci_pass job
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jan 28, 2025
1 parent 58ce5a9 commit 0ffe07d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,19 @@ jobs:
run: |
cd $GITHUB_WORKSPACE
nix develop --accept-flake-config .#ci --command ./run_test.sh -s ${{ matrix.scope }}
ci_pass:
if: ${{ always() }}
runs-on: "ubuntu-latest"
needs:
- cargo_test
- rustfmt
- clippy
- nix_build
- testbuild
- testbuild_by_scope
steps:
- name: check status
uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}

0 comments on commit 0ffe07d

Please sign in to comment.