You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include system error logs with KCL samples tests (#7904)
* Include system error logs with KCL samples tests
* Update snapshots
* Update snapshots
* Add comment to indicate the purpose of the error message
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: .github/workflows/cargo-test.yml
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,10 @@ jobs:
86
86
run: |
87
87
set -euo pipefail
88
88
cd rust
89
-
cargo nextest run --workspace --features artifact-graph --retries=10 --no-fail-fast --profile ci simulation_tests::kcl_samples 2>&1 | tee /tmp/github-actions.log
0 commit comments