forked from 0LNetworkCommunity/libra-framework
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tools] add storage and rescue tools to libra-cli (0LNetworkCommunity…
…#300) Co-authored-by: xyz <xyz>
- Loading branch information
1 parent
9aaaccf
commit 2def15e
Showing
46 changed files
with
388 additions
and
220 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -272,3 +272,20 @@ jobs: | |
if: ${{runner.environment == 'self-hosted'}} | ||
working-directory: ./tools/rescue | ||
run: RUST_MIN_STACK=104857600 cargo test --no-fail-fast -- --test-threads=1 | ||
storage: | ||
timeout-minutes: 60 | ||
needs: [build-framework] | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: setup env | ||
uses: ./.github/actions/build_env | ||
|
||
- uses: Swatinem/[email protected] | ||
with: | ||
shared-key: "libra-framework" | ||
cache-all-crates: true | ||
- name: storage | ||
working-directory: ./tools/storage | ||
# TODO: not testing the V6 file parsing | ||
run: cargo test --no-fail-fast e2e_ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.