Skip to content

Commit

Permalink
ci: remove test step
Browse files Browse the repository at this point in the history
the tests need to be rewritten and added to after refactoring
  • Loading branch information
thesimplekid committed Aug 17, 2023
1 parent fb285fc commit dc7185b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ jobs:
run: rustup set profile minimal && rustup component add clippy
- name: Build
run: cargo build ${{ matrix.build-args }}
- name: Tests
run: cargo test ${{ matrix.build-args }}
- name: Clippy
run: cargo clippy ${{ matrix.build-args }} -- -D warnings

Expand Down
3 changes: 0 additions & 3 deletions crates/cashu-sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ pub mod wallet;

pub use cashu::{self, *};

#[cfg(all(feature = "blocking", feature = "wallet"))]
use self::client::blocking;

#[cfg(feature = "blocking")]
static RUNTIME: Lazy<Runtime> = Lazy::new(|| Runtime::new().expect("Can't start Tokio runtime"));

Expand Down

0 comments on commit dc7185b

Please sign in to comment.