summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml (renamed from .github/workflows/tester.yml)4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/tester.yml b/.github/workflows/test.yml
index 4964f03..d742952 100644
--- a/.github/workflows/tester.yml
+++ b/.github/workflows/test.yml
@@ -1,9 +1,7 @@
-name: tester
-run-name: run fern tests
+name: Run tests
on: push
jobs:
test:
- name: test fern
strategy:
matrix:
os: [ubuntu-latest, macos-latest]