Skip to content

Commit 8ea7113

Browse files
authored
refactor(repo): move to crates structure (#175)
1 parent 12b391b commit 8ea7113

File tree

105 files changed

+1007
-760
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+1007
-760
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ jobs:
7171
- name: Format Check
7272
run: cargo fmt -- --check
7373
- name: Clippy Check
74-
run: cargo clippy --release -- -D warnings
74+
run: cargo clippy --release --workspace -- -D warnings
7575
- name: Test
76-
run: cargo test --release
76+
run: cargo test --release --workspace

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: cargo clean --doc
4242

4343
- name: Build docs
44-
run: cargo doc --no-deps --release
44+
run: cargo doc --no-deps --workspace --release
4545

4646
- name: Add redirect
4747
run: |

0 commit comments

Comments
 (0)