Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
r3stl355 committed Jan 12, 2023
1 parent 08cbffb commit 0628f65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
matrix:
name:
- linux / stable
- macOS / stable
- feature / blocking
# - macOS / stable
# - feature / blocking

include:
- name: linux / stable
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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`
- 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`

0 comments on commit 0628f65

Please sign in to comment.