Skip to content

πŸ› fix unwanted build error #103

πŸ› fix unwanted build error

πŸ› fix unwanted build error #103

Workflow file for this run

name: ft_strace tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build
run: make
- name: test
run: make unit