Skip to content

Commit 78f5d1b

Browse files
committed
Fix .gitignore
1 parent d9d0ed2 commit 78f5d1b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/tools/rust-analyzer/lib/ungrammar/.github/ci.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ fn try_main() -> Result<()> {
3030

3131
{
3232
let _s = Section::new("TEST");
33-
shell("cargo test")?;
33+
shell("cargo test --workspace")?;
3434
}
3535

3636
let current_branch = shell_output("git branch --show-current")?;
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
/ci
12
/Cargo.lock
2-
/target
3+
/target

0 commit comments

Comments
 (0)