Skip to content

Commit

Permalink
test: restore integration tests (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCroxx authored May 14, 2022
1 parent dfab2ff commit e33ce00
Show file tree
Hide file tree
Showing 11 changed files with 504 additions and 858 deletions.
2 changes: 1 addition & 1 deletion .github/template/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 5,7 @@ on:
env:
RUST_TOOLCHAIN: nightly-2022-04-09
CARGO_TERM_COLOR: always
CACHE_KEY_SUFFIX: 20220428
CACHE_KEY_SUFFIX: 20220514

jobs:
misc-check:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 13,7 @@ on:
env:
RUST_TOOLCHAIN: nightly-2022-04-09
CARGO_TERM_COLOR: always
CACHE_KEY_SUFFIX: 20220428
CACHE_KEY_SUFFIX: 20220514
jobs:
misc-check:
name: misc check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 12,7 @@ on:
env:
RUST_TOOLCHAIN: nightly-2022-04-09
CARGO_TERM_COLOR: always
CACHE_KEY_SUFFIX: 20220428
CACHE_KEY_SUFFIX: 20220514
jobs:
misc-check:
name: misc check
Expand Down
3 changes: 3 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 20,7 @@ runkv-exhauster = { path = "../exhauster" }
runkv-proto = { path = "../proto" }
runkv-rudder = { path = "../rudder" }
runkv-storage = { path = "../storage" }
runkv-tests = { path = "../tests" }
runkv-wheel = { path = "../wheel" }
tempfile = "3"
test-log = "0.2.10"
Expand Down
Loading

0 comments on commit e33ce00

Please sign in to comment.