Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ This is why `ci-queue` optionally allows to put failed tests back into the queue

Two implementations are provided, please refer to the respective documentations:

- [Python](python/)
- [Ruby](ruby/)
- [Python](python/)
- [Ruby](ruby/)
- [Rust](rust/)

## Redis Requirements

Expand All @@ -48,4 +49,3 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/Shopif
## License

The code is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

4 changes: 4 additions & 0 deletions rust/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Rust build artifacts
/target/
**/*.rs.bk
*.pdb
Loading
Loading