diff options
author | Pierre Le Marre <dev@wismill.eu> | 2024-08-08 06:15:25 +0200 |
---|---|---|
committer | Pierre Le Marre <dev@wismill.eu> | 2024-08-19 18:46:24 +0200 |
commit | 127d08444152188cff5f43ed31786c2d4e6d8fc1 (patch) | |
tree | de0a9564d7bc7c6374d0e4c6092d861e8e78d6ea /.gitlab-ci.yml | |
parent | c4f76b584fe10bc2037966a70efad9bc5b682a4a (diff) |
rules: Add tests for layout compat rules
Part-of: <https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/merge_requests/728>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 65d81e73..1c7da3d1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -349,6 +349,9 @@ keymap_tests: - export PYTHONPATH="$PWD/tests:$PYTHONPATH" # Run the tests - pytest --junitxml=results.xml + tests + --layout-compat-config rules/compat/layoutsMapping.lst + --layout-compat-config rules/compat/variantsMapping.lst artifacts: reports: junit: results.xml |