Skip to content

Commit

Permalink
removing other commands except test as linter takes care of everything
Browse files Browse the repository at this point in the history
  • Loading branch information
Zahoor Mohamed Jawad committed Jan 5, 2024
1 parent 8a78763 commit b3b4029
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 117 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Go

on:
push:
branches: [main]
pull_requests:

jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
cache: true
go-version-file: go.mod
- name: Test with race detector
run: make test-race
117 changes: 0 additions & 117 deletions .github/workflows/go.yml

This file was deleted.

0 comments on commit b3b4029

Please sign in to comment.