Essais d'une google action pour lancer les tests des obitools

This commit is contained in:
Eric Coissac
2025-02-19 13:45:43 +01:00
parent 952f85f312
commit bd4a0b5ca5
3 changed files with 21 additions and 2 deletions

View File

@ -64,7 +64,7 @@ update-deps:
test:
$(GOTEST) ./...
obitests:
obitests: obitools
for t in $$(find obitests -name test.sh -print) ; do \
$(SHELL) $${t} ; \
done