Skip to content

Commit

Permalink
redirect to output.log
Browse files Browse the repository at this point in the history
  • Loading branch information
BowTiedWoo committed Nov 5, 2024
1 parent 985caaf commit 9b366c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
cargo nextest run \
--features test-clarity-v${{ matrix.clarity_version }} \
--test wasm-generation \
--test standard | tee output.log
--test standard 2>&1| tee output.log
test_exit=${PIPESTATUS[0]}
echo "output.log: $(cat output.log)"
grep -A 50 'Test failed: assertion' output.log >> failure_section.log
Expand Down

0 comments on commit 9b366c4

Please sign in to comment.