Skip to content

Commit

Permalink
unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
tenfyzhong committed Jan 29, 2024
1 parent 4869aaf commit 67ff459
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: CI

on: [push, pull_request]

jobs:
test:
name: test
uses: tenfyzhong/workflows/.github/workflows/fishtape.yml@main
with:
test-glob: "tests/*.fish"

0 comments on commit 67ff459

Please sign in to comment.