Skip to content

Commit

Permalink
add autotests
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrodriges authored Nov 22, 2023
1 parent 3f1c4d6 commit 3054315
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/autotests.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: autotests

on:
pull_request:
push:
branches:
- main

jobs:

ftrackertest:
runs-on: ubuntu-latest
container: golang:1.21

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Go test
run: |
go test -v ./...

0 comments on commit 3054315

Please sign in to comment.