Commit 3d87f6e
authored
Do not hide test output in log file (#2100)
Putting the clippy output in a log file is somewhat convenient for local
use. But if there's a failure in CI that's difficult to reproduce
locally, it only makes things harder to debug.
The actual problem must've been that clippy used to be installed in the
GitHub Actions environment by default (but not anymore), so we didn't
notice that it's not explicitly requested in our workflow.1 parent 9eb4501 commit 3d87f6e
File tree
2 files changed
+2
-8
lines changed- .github/workflows
- rust-tooling/ci-tests/tests
2 files changed
+2
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
| 76 | + | |
84 | 77 | | |
0 commit comments