Skip to content

Version bump to 1.2.0 #5

Version bump to 1.2.0

Version bump to 1.2.0 #5

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