Skip to content

Commit

Permalink
feat(all): fix ci in rm hakari
Browse files Browse the repository at this point in the history
  • Loading branch information
devillove084 committed Mar 9, 2024
1 parent b9718b3 commit a99c6c0
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 157 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,24 +51,14 @@ jobs:
uses: arduino/setup-protoc@v3
- name: Install latest nextest release
uses: taiki-e/install-action@nextest
# - name: Build quick-junit
# run: cargo build --package quick-junit
# - name: Build nextest-metadata
# run: cargo build --package nextest-metadata
# - name: Build cargo-nextest without self-update
# run: cargo build --package cargo-nextest --no-default-features --features default-no-update
# - name: Build cargo-nextest
# run: cargo build --package cargo-nextest
# - name: Build all targets
# run: cargo build --all-targets
- name: Build all targets with all features
run: cargo build --all-targets --all-features
- name: Doctests
run: cargo test --doc
- name: Test with latest nextest
run: cargo nextest run --profile ci
run: cargo nextest run
- name: Test with miri
run: cargo nextest miri run --profile ci
run: cargo nextest miri run

coverage:
name: Collect test coverage
Expand Down
29 changes: 0 additions & 29 deletions .github/workflows/hakari.yml

This file was deleted.

38 changes: 0 additions & 38 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ members = [
"src/storage_engine",
"src/runtime",
"src/util/pro-macro",
"workspace-hack",
"src/query_engine",
]

Expand Down
3 changes: 1 addition & 2 deletions src/query_engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ name = "query_engine"
version = "0.1.0"
edition = "2021"

[dependencies]
workspace-hack.workspace = true
[dependencies]
2 changes: 0 additions & 2 deletions src/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ tempfile = "3.3.0"
anyerror = "0.1.7"
tracing = "0.1.36"
storage_engine = { path = "../storage_engine"}
workspace-hack.workspace = true

[dev-dependencies]
clap = { version = "3.2.16", features = ["derive"] }

Expand Down
1 change: 0 additions & 1 deletion src/storage_engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ tonic = "0.8.0"
bytes = "1.5.0"
prost = "0.11.0"
blink-alloc = "0.3.1"
workspace-hack.workspace = true

[target.'cfg(not(target_env = "msvc"))'.dependencies]
tikv-jemallocator = "0.5"
Expand Down
1 change: 0 additions & 1 deletion src/util/pro-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ proc-macro = true
proc-macro2 = "1.0.78"
quote = "1.0.35"
syn = "2.0.52"
workspace-hack.workspace = true
4 changes: 0 additions & 4 deletions workspace-hack/.gitattributes

This file was deleted.

64 changes: 0 additions & 64 deletions workspace-hack/Cargo.toml

This file was deleted.

2 changes: 0 additions & 2 deletions workspace-hack/build.rs

This file was deleted.

1 change: 0 additions & 1 deletion workspace-hack/src/lib.rs

This file was deleted.

0 comments on commit a99c6c0

Please sign in to comment.