Smoketest in Linux CI

This commit is contained in:
sagudev 2023-02-26 15:29:45 +01:00
parent 29ddfafb7a
commit d57fbcfc9c
2 changed files with 4 additions and 0 deletions

View file

@ -29,5 +29,7 @@ jobs:
python3 ./mach bootstrap
- name: Release build
run: python3 ./mach build --release
- name: Smoketest
run: xvfb-run python3 ./mach smoketest
- name: Unit tests
run: python3 ./mach test-unit --release

View file

@ -26,6 +26,8 @@ jobs:
run: python3 ./mach test-tidy --no-progress --all
- name: Release build
run: python3 ./mach build --release
- name: Smoketest
run: xvfb-run python3 ./mach smoketest
- name: Unit tests
run: python3 ./mach test-unit --release
- name: Lockfile check