summaryrefslogtreecommitdiffstats
path: root/.github/workflows/tester.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/tester.yml')
-rw-r--r--.github/workflows/tester.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.github/workflows/tester.yml b/.github/workflows/tester.yml
deleted file mode 100644
index 4964f03..0000000
--- a/.github/workflows/tester.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-name: tester
-run-name: run fern tests
-on: push
-jobs:
- test:
- name: test fern
- strategy:
- matrix:
- os: [ubuntu-latest, macos-latest]
- runs-on: ${{ matrix.os }}
- steps:
- - uses: actions/checkout@v4
- - uses: actions/setup-go@v5
- with:
- go-version: '1.23'
- check-latest: true
- - run: make vet
- - run: make test TEST_OPTS=-race