summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorsiddharth ravikumar <s@ricketyspace.net>2024-09-20 18:48:17 -0400
committersiddharth ravikumar <s@ricketyspace.net>2024-09-20 18:48:17 -0400
commit6429947410002c6d290c95e90a910daac382f235 (patch)
treed00a6c15cfb1d4b0111ed0edb03de538fbc8541b /.github/workflows
parent2ea9f391a5f4c2c83ada99463e6b1e151e6d75fa (diff)
.github/workflows/tester.yml -> .github/workflows/test.yml
Diffstat (limited to '.github/workflows')
-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]