Skip to content

Commit

Permalink
docs: update test badges
Browse files Browse the repository at this point in the history
  • Loading branch information
bounoable committed Sep 20, 2023
1 parent 477a017 commit a01aba8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mongo-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: MongoDB Test
name: MongoDB

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nats-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: NATS Test
name: NATS

on:
push:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# goes - Event-Sourcing Framework

[![Go Reference](https://pkg.go.dev/badge/github.com/modernice/goes.svg)](https://pkg.go.dev/github.com/modernice/goes)
[![Test](https://github.com/modernice/goes/actions/workflows/test.yml/badge.svg)](https://github.com/modernice/goes/actions/workflows/test.yml)
[![MongoDB](https://github.com/modernice/goes/actions/workflows/mongo-test.yml/badge.svg)](https://github.com/modernice/goes/actions/workflows/mongo-test.yml)
[![NATS](https://github.com/modernice/goes/actions/workflows/nats-test.yml/badge.svg)](https://github.com/modernice/goes/actions/workflows/nats-test.yml)
[![Documentation](https://img.shields.io/badge/Docs-goes.modernice.dev-blue)](https://goes.modernice.dev)

`goes` is a collection of interfaces, tools, and backend implementations that
Expand Down

0 comments on commit a01aba8

Please sign in to comment.