Skip to content

Commit

Permalink
Add tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benbusby committed Aug 8, 2023
1 parent 41615ac commit 732dec4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on:
push:
branches: [ main ]
name: Tests
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.20.x
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: go test -v ./b2_test

0 comments on commit 732dec4

Please sign in to comment.