Skip to content

Commit

Permalink
Update testing.yml
Browse files Browse the repository at this point in the history
Cleaned up the .yml file
  • Loading branch information
stravid87 authored Jan 16, 2024
1 parent 811cb01 commit 76021b2
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,3 @@ jobs:
go-version: '1.21'
- name: "Run Unit Tests"
run: go test -v ./...

# jobs:
# Run_Unit_Tests:
# runs-on: windows-latest
# steps:
# - name: Install Go
# uses: actions/setup-go@v5
# - name: checkout
# uses: actions/checkout@v4
# - name: Download Go dependencies
# run: go mod tidy
# - name: "Run Unit Tests"
# run: go test -v ./...

0 comments on commit 76021b2

Please sign in to comment.