Skip to content

Commit

Permalink
chore: remove mark-scan crates (#78)
Browse files Browse the repository at this point in the history
* chore: remove `mark-scan` crates

* ci: remove references to removed crates

* chore: remove filtered crates logic

The filtered crates were both removed in `cacvote` but are still in `vxsuite`.
  • Loading branch information
eventualbuddha authored Mar 7, 2024
1 parent 3444427 commit e8a2a8a
Show file tree
Hide file tree
Showing 13 changed files with 35 additions and 1,179 deletions.
15 changes: 0 additions & 15 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -745,20 +745,6 @@ jobs:
command: |
cargo test -p cacvote-server
test-crate-controllerd:
executor: nodejs
resource_class: xlarge
steps:
- checkout-and-install
- run:
name: Build
command: |
cargo build -p controllerd
- run:
name: Test
command: |
cargo test -p controllerd
test-crate-types-rs:
executor: nodejs
resource_class: xlarge
Expand Down Expand Up @@ -850,7 +836,6 @@ workflows:
- test-crate-cacvote-jx-terminal-backend
- test-crate-cacvote-jx-terminal-frontend
- test-crate-cacvote-server
- test-crate-controllerd
- test-crate-types-rs
- test-crate-ui-rs
- test-crate-vx-logging
Expand Down
Loading

0 comments on commit e8a2a8a

Please sign in to comment.