Rename unit tests workflow and streamline environment variable declaration

This commit is contained in:
2025-06-17 22:21:08 -04:00
parent c810512917
commit 992ce37687

View File

@@ -4,12 +4,13 @@ on:
branches:
- "*"
name: 🧪 ✨ Unit Tests Workflow
name: 🧪 ✨ Tests Workflow
env:
GO_VERSION: '1.24.3'
jobs:
lint-go:
env:
GO_VERSION: '1.24.3'
name: 🔍 🐹 Go Tests
runs-on: ubuntu-latest
steps:
@@ -38,8 +39,6 @@ jobs:
uses: golangci/golangci-lint-action@v8.0.0
test-go:
env:
GO_VERSION: '1.24.3'
name: 🔍 🐹 Go Tests
runs-on: ubuntu-latest
steps: