mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 06:05:44 +01:00
implement automated testing CI pipeline
This commit is contained in:
6
.github/workflows/ci-tests.yaml
vendored
6
.github/workflows/ci-tests.yaml
vendored
@@ -15,7 +15,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
arch:
|
arch:
|
||||||
- linux-x86_64
|
- linux-x86_64
|
||||||
- win-x86_64
|
# WARN: not testing win-x86_64... Probably a good idea to do that
|
||||||
steps:
|
steps:
|
||||||
# TODO: add unit test job here
|
- uses: actions/checkout@v4
|
||||||
- run: echo "TODO"
|
- run: make run-test ARCH=${{matrix.arch}} -j
|
||||||
|
|||||||
Reference in New Issue
Block a user