Skip to content

Commit

Permalink
Merge branch 'master' of github.com:RediSearch/redisearch-api-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
gkorland committed May 18, 2020
2 parents 389b346 + a391d05 commit a2cc791
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: rustup component add rustfmt --toolchain stable-x86_64-apple-darwin
- name: Build
run: cargo build --all --all-targets
- name: Run tests
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@

## Rust API for RediSearch

TODO:

- Use it from RedisDoc to index JSON docs

## Building

Expand Down

0 comments on commit a2cc791

Please sign in to comment.