Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ShatteredRealms/go-common-service
Browse files Browse the repository at this point in the history
  • Loading branch information
Wil Simpson committed Dec 6, 2024
2 parents 922167d + afa2c08 commit fb18a1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Tests
name: Unit and Integration Tests

on:
push:
Expand All @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.23

Expand All @@ -31,6 +31,7 @@ jobs:

- name: Test
run: |
sudo echo "127.0.0.1 kafka" | sudo tee -a /etc/hosts
make install-tools
echo "${HOME}/go/bin" >> $GITHUB_PATH
make test
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Overview [![codecov](https://codecov.io/gh/ShatteredRealms/go-common-service/graph/badge.svg?token=8nwCfHwBSh)](https://codecov.io/gh/ShatteredRealms/go-common-service)
# Overview [![codecov](https://codecov.io/gh/ShatteredRealms/go-common-service/graph/badge.svg?token=8nwCfHwBSh)](https://codecov.io/gh/ShatteredRealms/go-common-service) [![Unit and Integration Tests](https://github.com/ShatteredRealms/go-common-service/actions/workflows/test.yml/badge.svg)](https://github.com/ShatteredRealms/go-common-service/actions/workflows/test.yml)
Common utilities and packages for Shattered Realms golang microservices.

## Packages
Expand Down

0 comments on commit fb18a1f

Please sign in to comment.