Skip to content

Commit

Permalink
Don't run the soprintln stuff on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Jul 18, 2024
1 parent 0cdfcd3 commit 4566fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
cargo run --manifest-path test-crates/bin/Cargo.toml --release
continue-on-error: ${{ matrix.os == 'windows-latest' }}
- name: Run cargo command (release with SOPRINTLN=1)
if: matrix.os != 'windows-latest'
run: |
export SOPRINTLN=1
cargo run --manifest-path test-crates/bin/Cargo.toml --release
continue-on-error: ${{ matrix.os == 'windows-latest' }}

0 comments on commit 4566fca

Please sign in to comment.