add badges in README for tests

This commit is contained in:
2025-01-09 16:30:55 -05:00
parent f89aa9daa1
commit d76ed1f1f9
2 changed files with 5 additions and 2 deletions

23
.github/workflows/tests.yml vendored Normal file
View File

@@ -0,0 +1,23 @@
name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
types: [opened, reopened]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Test
run: bun test