Skip to content

Merge pull request #2 from neauoire/patch-2 #11

Merge pull request #2 from neauoire/patch-2

Merge pull request #2 from neauoire/patch-2 #11

Workflow file for this run

name: Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build test executable
run: |
cd tests
cc -o test test.c -lm
- name: Run test executable
run: |
cd tests
./test