Skip to content

fix compilation with latest V after https://github.com/vlang/v/pull/2… #105

fix compilation with latest V after https://github.com/vlang/v/pull/2…

fix compilation with latest V after https://github.com/vlang/v/pull/2… #105

Workflow file for this run

name: Library tests
on: [push, pull_request]
jobs:
library_tests:
name: Run library tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup V
uses: nocturlab/setup-vlang-action@v1
with:
id: v
v-version: master
- name: Test library
run: v test src/