Skip to content

Commit 6dd2255

Browse files
committed
update CI workflow
1 parent 5035c7b commit 6dd2255

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# lstr
22

3-
[![Build Status](https://github.com/bgreenwell/lstr/actions/workflows/rust.yml/badge.svg)](https://github.com/bgreenwell/lstr/actions)
3+
[![Build Status](https://github.com/bgreenwell/lstr/actions/workflows/ci.yml/badge.svg)](https://github.com/bgreenwell/lstr/actions)
44
[![Latest Version](https://img.shields.io/crates/v/lstr.svg)](https://crates.io/crates/lstr)
55
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
66

src/tui.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ fn restore_terminal<B: Backend + Write>(terminal: &mut Terminal<B>) -> anyhow::R
388388
Ok(())
389389
}
390390

391-
// ... (Unit tests remain the same)
391+
// Unit tests
392392
#[cfg(test)]
393393
mod tests {
394394
use super::*;

0 commit comments

Comments
 (0)