diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a3122f9..2244711 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,6 +12,7 @@ env: REDIS_VERSION: 8.4.0 jobs: + # TODO: Add another job that will determine which tests to run based on push types and the changes that were made. check-style: runs-on: ubuntu-latest steps: diff --git a/README.md b/README.md index 090fb0f..c8dc8be 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ **A lightweight, resource-efficient, high-throughput task queue for Python, written in Rust.** -![Python versions](https://img.shields.io/badge/python-3.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-green) +[![CI](https://github.com/ccxlv/fluxqueue/actions/workflows/tests.yml/badge.svg)](https://github.com/ccxlv/fluxqueue/actions/workflows/tests.yml) +![Python versions](https://img.shields.io/badge/python-3.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-%2334D058) [Documentation](https://fluxqueue.ccxlv.dev) ยท [Benchmarks](https://github.com/CCXLV/fluxqueue-benchmarks)