diff --git a/README.md b/README.md index 17cf8b0..d34cc0a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # AlGoRhythm +| Tests | +|:-----:| +| [![Tests](https://github.com/markusewalker/algorhythm/actions/workflows/run-tests.yml/badge.svg?branch=main)](https://github.com/markusewalker/algorhythm/actions/workflows/run-tests.yml) | + AlGoRhythm is a Golang-based web application that tracks the user's top artists and top tracks of the month. ## Table of Contents diff --git a/authenticate/authenticate_test.go b/authenticate/authenticate_test.go index 3517f56..21f2ab7 100644 --- a/authenticate/authenticate_test.go +++ b/authenticate/authenticate_test.go @@ -8,7 +8,6 @@ import ( ) const ( - envFile = "../.env" testEnvFile = "test.env" )