Skip to content

Fix test.yml

Fix test.yml #2

Workflow file for this run

name: Test Clockwork
on:
push:
paths:
- 'api/**.v'
- 'tests/*'
- 'config/*'
- 'example/*'
- '.github/workflows/test.yml'
permissions:
contents: read
concurrency:
group: "test"
cancel-in-progress: false
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- name: Setup V
uses: vlang/[email protected]
with:
stable: true
- name: Build
run: v run . test