Skip to content

Commit

Permalink
chore: remove registry crate, it's not the approach we want to take
Browse files Browse the repository at this point in the history
  • Loading branch information
poliorcetics committed Apr 26, 2024
1 parent 26f7459 commit d55b920
Show file tree
Hide file tree
Showing 123 changed files with 97 additions and 30,398 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: rustup update && rustup component add rustfmt
- run: cargo install buffrs && cd registry && buffrs install
- run: cargo fmt --check --all

clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: rustup update && rustup component add clippy
- run: cargo install buffrs && cd registry && buffrs install
- name: Install Protoc
uses: arduino/setup-protoc@v2
- uses: Swatinem/rust-cache@v2
Expand All @@ -48,11 +46,9 @@ jobs:
- run: rustup update
- run: rustup component add llvm-tools-preview
- uses: Swatinem/rust-cache@v2
- run: cargo install buffrs && cd registry && buffrs install
- run: cargo install cargo-llvm-cov || true
- name: Install Protoc
uses: arduino/setup-protoc@v2
- run: cargo install buffrs && cd registry && buffrs install
- run: cargo llvm-cov --workspace --fail-under-lines "$MINIMUM_LINE_COVERAGE_PERCENT"
env:
RUST_BACKTRACE: 1
Expand All @@ -63,4 +59,4 @@ jobs:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
- run: cargo install typos-cli@=1.16.26 --locked || true
- run: typos --exclude /registry/tests/proptest-regressions/
- run: typos
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ target
.idea/*

.DS_Store
registry/.idea
.vscode
.envrc
Loading

0 comments on commit d55b920

Please sign in to comment.