2023-11-14 22:27 UTC+0100 Phil Krylov (phil a t krylov.eu)
* .github/workflows/linux-ci.yml
* On Linux CI workflow, run tests with Valgrind.
+ Added contrib/hbsqlit3/tests/backup.prg as a test.
This commit is contained in:
13
.github/workflows/linux-ci.yml
vendored
13
.github/workflows/linux-ci.yml
vendored
@@ -28,6 +28,7 @@ jobs:
|
||||
- name: Install packages
|
||||
run: |
|
||||
sudo apt-get install -qq \
|
||||
valgrind \
|
||||
libncurses-dev \
|
||||
libslang2-dev \
|
||||
libx11-dev \
|
||||
@@ -106,6 +107,12 @@ jobs:
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
echo ::group::Run tests
|
||||
set -ex
|
||||
bin/linux/${{matrix.compiler}}/hbtest
|
||||
echo ::group::Run tests
|
||||
set -ex
|
||||
VALGRIND="valgrind --error-exitcode=1"
|
||||
|
||||
$VALGRIND bin/linux/${{matrix.compiler}}/hbtest
|
||||
|
||||
cd contrib/hbsqlit3/tests
|
||||
../../../bin/linux/${{matrix.compiler}}/hbmk2 backup.prg
|
||||
$VALGRIND ./backup
|
||||
|
||||
Reference in New Issue
Block a user