From a3ed43f8770aaaec8b5f6afd90aba484e5a0e1e8 Mon Sep 17 00:00:00 2001 From: Giorgi Merebashvili Date: Sun, 15 Feb 2026 01:16:57 +0400 Subject: [PATCH] Add status in readme skip-checks: true --- .github/workflows/tests.yml | 1 + README.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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)