Skip to content

Commit

Permalink
print cargo miri --help output
Browse files Browse the repository at this point in the history
  • Loading branch information
AS1100K committed Nov 25, 2024
1 parent 6325b44 commit 1e2037b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,12 @@ jobs:
id: test-action
uses: ./
with:
toolchain: stable
toolchain: nightly
profile: minimal
components: miri

- name: Test miri --help
run: cargo miri --help

- name: Print Output
id: output
Expand Down

0 comments on commit 1e2037b

Please sign in to comment.