Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13711391
D17598.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
724 B
Subscribers
None
D17598.diff
View Options
diff --git a/contrib/teamcity/build-configurations.yml b/contrib/teamcity/build-configurations.yml
--- a/contrib/teamcity/build-configurations.yml
+++ b/contrib/teamcity/build-configurations.yml
@@ -231,7 +231,7 @@
# Navigate to the bitcoinsuite-chronik-client directory
pushd "${TOPLEVEL}/modules/bitcoinsuite-chronik-client"
cargo build
- cargo test
+ cargo test -p bitcoinsuite-chronik-client
popd
timeout: 1200
@@ -341,7 +341,7 @@
# Build the main explorer project, will run on all sub dir
pushd "${TOPLEVEL}/web/explorer"
cargo build --locked
- cargo test
+ cargo test -p explorer-server -p explorer-exe
timeout: 1200
build-fuzzer:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 26, 11:50 (2 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5573460
Default Alt Text
D17598.diff (724 B)
Attached To
D17598: [ci] Add specific packages to run when calling cargo test
Event Timeline
Log In to Comment