Skip to content

Commit e23c92c

Browse files
committed
Misc fixes
Fix naming of new workflows Point to existing src/lib.rs file
1 parent 3956b18 commit e23c92c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-sub.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: "Test Suite"
1+
name: "Test Suite Sub"
22
on:
33
push:
44
pull_request:
55

66
jobs:
7-
formatting:
8-
name: cargo fmt
7+
clippy-subdir:
8+
name: "cargo clippy in subdir"
99
runs-on: ubuntu-latest
1010
steps:
1111
- run: rustup self uninstall

0 commit comments

Comments
 (0)