Skip to content

add more syscall tests and fix failures found from tests #6

add more syscall tests and fix failures found from tests

add more syscall tests and fix failures found from tests #6

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
cmake:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build Project
uses: threeal/[email protected]
with:
build-type: Release
- name: Test Project
uses: threeal/[email protected]
with:
build-config: Release