mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 09:55:45 +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:
|
||||
arch:
|
||||
- linux-x86_64
|
||||
- win-x86_64
|
||||
# WARN: not testing win-x86_64... Probably a good idea to do that
|
||||
steps:
|
||||
# TODO: add unit test job here
|
||||
- run: echo "TODO"
|
||||
- uses: actions/checkout@v4
|
||||
- run: make run-test ARCH=${{matrix.arch}} -j
|
||||
|
||||
Reference in New Issue
Block a user