Skip to content

Commit

Permalink
fix: use tmp exporter build with valid guac dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dejanb committed Sep 12, 2023
1 parent 7893cdb commit cf7932e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ jobs:
sudo apt-get install protobuf-compiler
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
# TODO: enable tests by starting guac
# - name: Run tests
# run: cargo test --verbose
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ serde_json = "1.0.56"
colored_json = "3.0.1"
clap = { version = "4.0.29", features = ["derive"] }
nats = "0.24.0"
exporter = { git = "https://github.com/trustification/trustification.git" }
exporter = { git = "https://github.com/trustification/trustification.git", branch="guac-version" }
env_logger = "0.10"
log = "0.4.14"
humantime = "2.1.0"
Expand Down

0 comments on commit cf7932e

Please sign in to comment.