Change the way tests are run in CI
This commit is contained in:
parent
0ffbe42e9e
commit
cd7c584e6f
1 changed files with 9 additions and 4 deletions
13
.github/workflows/main.yml
vendored
13
.github/workflows/main.yml
vendored
|
@ -11,8 +11,13 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- name: Checkout repository
|
||||||
- uses: actions/setup-python@v1
|
uses: actions/checkout@v2
|
||||||
- uses: BSFishy/meson-build@v1.0.1
|
- name: Setup Python
|
||||||
|
uses: actions/setup-python@v1
|
||||||
|
- name: Meson build
|
||||||
|
uses: BSFishy/meson-build@v1.0.1
|
||||||
with:
|
with:
|
||||||
action: test
|
action: build
|
||||||
|
- name: Run tests
|
||||||
|
run: ./build/tests --color always
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue