Merge branch 'master' of github.com:overflowerror/CFloor

This commit is contained in:
overflowerror 2021-04-29 23:53:35 +02:00
commit b3689b1c03

View file

@ -2,9 +2,9 @@ name: C/C++ CI
on:
push:
branches: [ main ]
branches: [ master ]
pull_request:
branches: [ main ]
branches: [ master ]
jobs:
test:
@ -13,6 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: install deps
run: apt update && apt install libpthread-stubs0-dev libc6
- name: make test
run: make test
- name: run tests