Skip to content

Commit

Permalink
change go path
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Loftus committed Oct 12, 2024
1 parent 9803d6f commit 8fadfbc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/go_tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Go Test

on: [push, pull_request]
on:
push:
# only trigger on branches, not on tags
branches: '**'

jobs:
test:
Expand All @@ -16,4 +19,4 @@ jobs:
go-version: '1.22'

- name: Run Go tests
run: /usr/local/go/bin/go test ./... -p 1 -count=1
run: go test ./... -p 1 -count=1

0 comments on commit 8fadfbc

Please sign in to comment.