Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions .github/workflows/test-rustc-targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,11 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh issue comment 1426 --body "
Failed parsing `rustc` target on `$(rustc --version)`.
Failed parsing \`rustc\` target on \`$(rustc --version)\`.

Test output:

<details><summary>Test output</summary>
<p>
\`\`\`
$(cat test_output.txt)
\`\`\`
</p>
</details>
" --head $(git branch --show-current)
"