Skip to content

Fix CI

Fix CI #60

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install the latest Zig version
run: sudo snap install zig --classic
- uses: actions/checkout@v2
- name: Run library tests
run: zig build test
- name: Run znk tests
run: zig build test-znk