Skip to content

Merge pull request #2 from EmmaTheMartian/fix/symlink #9

Merge pull request #2 from EmmaTheMartian/fix/symlink

Merge pull request #2 from EmmaTheMartian/fix/symlink #9

Workflow file for this run

name: Test Clockwork
on:
push:
paths:
- 'api/**.v'
- 'tests/*'
- 'config/*'
- 'example/*'
- 'build.maple'
- '.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