mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 06:05:44 +01:00
reorder arguments in CI workflow
it's more logical to have the DEBUG arument at the end, to be on-par with `compile` job
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -83,4 +83,4 @@ jobs:
|
||||
# compile and execute tests
|
||||
- uses: actions/checkout@v4
|
||||
- name: execute tests for ${{matrix.march}}-${{matrix.kernel}}
|
||||
run: make DEBUG=test run MARCH=${{matrix.march}} KERNEL=${{matrix.kernel}} CC=${{matrix.cc}} -j
|
||||
run: make KERNEL=${{matrix.kernel}} CC=${{matrix.cc}} DEBUG=test run MARCH=${{matrix.march}} -j
|
||||
|
||||
Reference in New Issue
Block a user