Skip to content

Commit

Permalink
Modify debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner committed Jul 14, 2023
1 parent a90df60 commit 7148b13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
needs: cargo-fmt
steps:
- name: DELETE ME
run: echo ${{ vars.SELF_HOSTED_RUNNERS }}
run: echo $SELF_HOSTED_RUNNERS
- name: DELETE ME 2
run: echo ${{ vars.TEST_DELETE_ME }}
run: echo $TEST_DELETE_ME
- uses: actions/checkout@v3
- name: Get latest version of stable Rust
if: vars.SELF_HOSTED_RUNNERS == false
Expand Down

0 comments on commit 7148b13

Please sign in to comment.