Skip to content

Mute compiler warnings for operation order #9

Mute compiler warnings for operation order

Mute compiler warnings for operation order #9

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