Skip to content

Commit

Permalink
update komodefi-cli
Browse files Browse the repository at this point in the history
Signed-off-by: borngraced <[email protected]>
  • Loading branch information
borngraced committed Nov 24, 2023
1 parent ef58507 commit 54a1ccb
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: adex-cli
name: komodefi-cli
on: [push]

concurrency:
Expand Down Expand Up @@ -38,8 +38,8 @@ jobs:

- name: Start checking code format and lint
run: |
cargo fmt --manifest-path ./mm2src/adex_cli/Cargo.toml --all -- --check
cargo clippy --manifest-path ./mm2src/adex_cli/Cargo.toml --all-targets --all-features -- --D warnings
cargo fmt --manifest-path ./mm2src/komodefi_cli/Cargo.toml --all -- --check
cargo clippy --manifest-path ./mm2src/komodefi_cli/Cargo.toml --all-targets --all-features -- --D warnings
test:
timeout-minutes: 60
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:

- name: Start testing
run: |
cargo test --manifest-path ./mm2src/adex_cli/Cargo.toml --no-fail-fast
cargo test --manifest-path ./mm2src/komodefi_cli/Cargo.toml --no-fail-fast
build:
timeout-minutes: 60
Expand Down Expand Up @@ -101,4 +101,4 @@ jobs:

- name: Start building
run: |
cargo build --manifest-path ./mm2src/adex_cli/Cargo.toml
cargo build --manifest-path ./mm2src/komodefi_cli/Cargo.toml

0 comments on commit 54a1ccb

Please sign in to comment.