Skip to content

Commit

Permalink
ci: run tests on PR's and main pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Nov 15, 2023
1 parent def1419 commit aac91ff
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Check

on:
pull_request:
push:
branches:
- main

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: go test -v ./...

0 comments on commit aac91ff

Please sign in to comment.