.github: remove redundant make invocation

This commit is contained in:
Kosma Moczek 2022-06-02 22:25:55 +02:00
parent de996fee46
commit f35c9b04f3

View File

@ -4,15 +4,10 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get install -y clang-tools check
- name: make
run: make
- name: make test
run: make test