We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de0e6a1 commit 93f92d4Copy full SHA for 93f92d4
.github/workflows/rust-ci.yml
@@ -43,10 +43,10 @@ jobs:
43
run: cargo build --tests
44
- name: cargo test
45
run: cargo test
46
- - name: cargo test build
47
- run: cargo build --tests --features ansi_log
48
- - name: cargo test
49
- run: cargo test --features ansi_log
+ - name: cargo test build ansi
+ run: cargo build --tests --features ansi_logs
+ - name: cargo test ansi
+ run: cargo test --features ansi_logs
50
51
deny-check:
52
name: cargo-deny
0 commit comments