Skip to content

Commit

Permalink
feat(build): add test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dy-tea committed Dec 21, 2024
1 parent cd47ba0 commit 7534fba
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Run Tests

on:
push:
branches:
- "*"

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Setup V
uses: vlang/[email protected]

- name: Run tests
run: v test .

0 comments on commit 7534fba

Please sign in to comment.