Skip to content

Commit

Permalink
chore: Cleanup CI titles
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Blackman committed Mar 2, 2024
1 parent d61375b commit 7ea8b00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
run: |
cargo build
cargo nextest run
- name: Validate binary runs
- name: Validate binary runs (unix)
if: matrix.os != 'windows-latest'
run: ./target/debug/oatmeal --help
- name: Validate binary runs
- name: Validate binary runs (windows)
if: matrix.os == 'windows-latest'
run: .\target\debug\oatmeal.exe --help

0 comments on commit 7ea8b00

Please sign in to comment.