From 0628f659930f6d5e0db7debf3cbffa90578ca088 Mon Sep 17 00:00:00 2001 From: Nikolay Ulmasov Date: Thu, 12 Jan 2023 18:40:05 +0000 Subject: [PATCH] clean up --- .github/workflows/main.yml | 4 ++-- README.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c06451b..a6d2d99 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -47,8 +47,8 @@ jobs: matrix: name: - linux / stable - - macOS / stable - - feature / blocking + # - macOS / stable + # - feature / blocking include: - name: linux / stable diff --git a/README.md b/README.md index e1f4696..0e52d49 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![experimental](https://github.com/GIScience/badges/raw/master/status/experimental.svg) +[![experimental](https://github.com/GIScience/badges/raw/master/status/experimental.svg)] [![main](https://github.com/r3stl355/delta-sharing-rust-client/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/r3stl355/delta-sharing-rust-client/actions/workflows/main.yml) # Delta Sharing client library for Rust @@ -23,6 +23,6 @@ This is a simple library for Rust to access data published via Delta Sharing. Ha ## Development -- Run async tests: `cargo test` (or `RUST_LOG=debug cargo test` for troubleshooting) -- Run blocking tests: `cargo test --features blocking` -- Style checking: `cargo fmt -- --check` \ No newline at end of file +- Run all tests: `cargo test --features blocking` (or `RUST_LOG=debug cargo test --features blocking` for extra troubleshooting) +- Run async client tests only: `cargo test` +- Style check: `cargo fmt -- --check` \ No newline at end of file