Skip to content

Commit

Permalink
Add image.
Browse files Browse the repository at this point in the history
  • Loading branch information
askolesov committed Aug 21, 2023
1 parent eebb097 commit 8830dea
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Test

on:
push:
workflow_call:

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

- name: Run unit tests
run: go test ./...

0 comments on commit 8830dea

Please sign in to comment.