Skip to content

Commit 93f92d4

Browse files
committed
oops
1 parent de0e6a1 commit 93f92d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/rust-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
run: cargo build --tests
4444
- name: cargo test
4545
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
46+
- name: cargo test build ansi
47+
run: cargo build --tests --features ansi_logs
48+
- name: cargo test ansi
49+
run: cargo test --features ansi_logs
5050

5151
deny-check:
5252
name: cargo-deny

0 commit comments

Comments
 (0)