Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
benediktschwab committed Jul 8, 2024
1 parent 4f4af9a commit 649416c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Check
- name: Build
run: cargo build

test:
Expand Down
2 changes: 1 addition & 1 deletion crates/ecoord-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "CLI tool for ecoord operations"


[dependencies]
ecoord = { path = "../ecoord" }
ecoord = { version = "0.0.1-alpha.2", path = "../ecoord" }

clap = { workspace = true, features = ["derive"] }
tracing = { workspace = true }
Expand Down

0 comments on commit 649416c

Please sign in to comment.