Makefile: Improve test target

This commit is contained in:
2021-02-14 11:12:30 -06:00
parent 990ceb78b9
commit ce19993078
3 changed files with 13 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
name: Test
name: Build & Test
on: [ push, pull_request ]
jobs:
test:
name: Test
name: Build & Test
runs-on: ubuntu-latest
steps:
- name: Check out source code
@@ -26,4 +26,4 @@ jobs:
run: make
- name: Run tests
run: make run & make large-tests
run: make test