Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Update README.md

Update README.md #19

name: tests macos
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: mandatory tests
run: cd cub3d; make; ./cub3D maps/doesnotexist.cub
shell: bash