Skip to content

Commit

Permalink
[CI] Add checkout to test-rust-check-all
Browse files Browse the repository at this point in the history
Fixes issue with working directory
  • Loading branch information
JasonGross committed Oct 26, 2023
1 parent b0bce1c commit 6f545e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
needs: [test-rust, build-nostd]
if: always()
steps:
- uses: actions/checkout@v4
- run: echo 'The triggering workflow (test-rust) passed'
if: ${{ needs.test-rust.result == 'success' }}
- run: echo 'The triggering workflow (test-rust) failed' && false
Expand Down

0 comments on commit 6f545e7

Please sign in to comment.