diff --git a/README.md b/README.md index 1484faf..dd178e6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Task Queue Engine A production-grade distributed task queue system built with **Go** and **AWS**, designed for reliable asynchronous job processing at scale. +test test testing [![CI/CD](https://github.com/manohar6317/task-queue-engine/actions/workflows/ci.yml/badge.svg)](https://github.com/manohar6317/task-queue-engine/actions) ![Go Version](https://img.shields.io/badge/go-1.22-blue) diff --git a/cmd/api/main.go b/cmd/api/main.go index 8bb28a2..56584a3 100644 --- a/cmd/api/main.go +++ b/cmd/api/main.go @@ -1,5 +1,5 @@ package main -//final testing +//final testing 2 import ( "context" "log"