We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 368ae34 commit ed57ac2Copy full SHA for ed57ac2
.github/workflows/ci.yml
@@ -2,6 +2,8 @@ name: CI
2
on:
3
- push
4
- pull_request
5
+env:
6
+ CARGO_TERM_COLOR: always
7
jobs:
8
build:
9
name: ${{ matrix.os }} (${{ matrix.rust }})
0 commit comments