Skip to content

Commit

Permalink
Merge pull request #26 from rootulp/rp/fix-make-test
Browse files Browse the repository at this point in the history
fix: `make test`
  • Loading branch information
rootulp authored Dec 13, 2024
2 parents caa8175 + 33b6ca9 commit 59cd5d7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 496 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: test
on:
pull_request:

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Run tests
run: make test
Loading

0 comments on commit 59cd5d7

Please sign in to comment.