Added test to github workflows

This commit is contained in:
2024-04-29 01:08:20 +05:30
parent 05c3342e27
commit d88e297921

View File

@@ -8,10 +8,16 @@ on:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build
run: make all
run: make all VERBOSE=2
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: test
run: make tests VERBOSE = 2 && make test VERBOSE=2