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: on:
push: push:
branches: [ main ] branches: [ master ]
pull_request: pull_request:
branches: [ main ] branches: [ master ]
jobs: jobs:
test: test:
@ -13,6 +13,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: install deps
run: apt update && apt install libpthread-stubs0-dev libc6
- name: make test - name: make test
run: make test run: make test
- name: run tests - name: run tests