Skip to content

Commit

Permalink
Only run tests for sdk and bindings/core
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoralf-M committed Jul 14, 2023
1 parent 83c04f7 commit f9ae970
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: nextest
args: run --all-features --no-fail-fast --cargo-profile ci --test-threads "num-cpus" --retries 2
args: run --all-features --no-fail-fast --cargo-profile ci --test-threads "num-cpus" --retries 2 -p iota-sdk -p iota-sdk-bindings-core
2 changes: 1 addition & 1 deletion sdk/src/client/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2021 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

//! A general purpose IOTA client library for interaction with the IOTA network (Tangle)
//! A general purpose IOTA client for interaction with the IOTA network (Tangle)
//!
//! High-level functions are accessible via the [`Client`][client::Client].
//!
Expand Down

0 comments on commit f9ae970

Please sign in to comment.