diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 804fc70..2f82c51 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -50,3 +50,9 @@ jobs: - name: Run tests for '${{ matrix.exercise }}' run: cargo test --verbose working-directory: exercism/rust/${{ matrix.exercise }} + + success: + name: Success + needs: check + runs-on: ubuntu-latest + if: ${{ always() }}