Skip to content

fixing documentation #26

fixing documentation

fixing documentation #26

Workflow file for this run

name: Test
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci skip')"
steps:
- uses: actions/checkout@v4
- uses: mlugg/setup-zig@v2
- name: Building
run: zig build
- name: Test
run: zig build test-soft