Skip to content

Commit

Permalink
Renamed crates and updated deps
Browse files Browse the repository at this point in the history
Signed-off-by: Amjad Alsharafi <[email protected]>
  • Loading branch information
Amjad50 committed Oct 19, 2024
1 parent 619b588 commit 5978b3e
Show file tree
Hide file tree
Showing 9 changed files with 762 additions and 1,258 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

# runs cargo with defaults flags, using the default `lcov` output
- name: Test
run: cargo llvm-cov --all-features --workspace --exclude plastic_ui --exclude plastic_ui_tui --lcov --output-path lcov.info
run: cargo llvm-cov --all-features --workspace --exclude plastic --exclude plastic_tui --lcov --output-path lcov.info
env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
Expand All @@ -72,7 +72,7 @@ jobs:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
- name: Test
run: cargo test --workspace --exclude plastic_ui --exclude plastic_ui_tui --lib
run: cargo test --workspace --exclude plastic --exclude plastic_tui --lib
env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
Expand Down
Loading

0 comments on commit 5978b3e

Please sign in to comment.