Rearchitecting testing to have extended tests in pre-commit & minimal tests during CI/CD

This commit is contained in:
2023-10-03 13:01:50 -05:00
parent d53fd90185
commit fb9de15de0
4 changed files with 27 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ validpgpkeys=()
prepare() {
git pull
make -C .. test && make -C .. clean
make -C .. test
}
build() {