Skip to content

Merge pull request #19 from JackalLabs/dependabot/github_actions/acti… #45

Merge pull request #19 from JackalLabs/dependabot/github_actions/acti…

Merge pull request #19 from JackalLabs/dependabot/github_actions/acti… #45

Workflow file for this run

name: Test
on:
pull_request:
push:
branches: ["main", "dev"]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/setup-go@v4
with:
go-version: 1.19 # The Go version to download (if necessary) and use.
- name: Test
shell: bash
run: go test ./...