Skip to content

Commit

Permalink
[Cargo] Rename some crates.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLind committed Dec 10, 2022
1 parent f4466bb commit 0986e26
Show file tree
Hide file tree
Showing 231 changed files with 942 additions and 932 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
tool: nextest,cargo-llvm-cov
- run: docker run --detach -p 5432:5432 cimg/postgres:14.2
- run: cargo llvm-cov --ignore-run-fail --workspace --exclude smoke-test --exclude testcases --lcov --jobs 32 --output-path lcov_unit.info
- run: cargo llvm-cov --ignore-run-fail --workspace --exclude smoke-test --exclude aptos-testcases --lcov --jobs 32 --output-path lcov_unit.info
env:
INDEXER_DATABASE_URL: postgresql://postgres@localhost/postgres
- uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # pin@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- uses: taiki-e/[email protected]
with:
tool: nextest
- run: cargo nextest run --profile ci --locked --workspace --exclude smoke-test --exclude testcases --retries 3 --no-fail-fast
- run: cargo nextest run --profile ci --locked --workspace --exclude smoke-test --exclude aptos-testcases --retries 3 --no-fail-fast
env:
INDEXER_DATABASE_URL: postgresql://postgres@localhost/postgres

Expand Down
Loading

0 comments on commit 0986e26

Please sign in to comment.