Add a pre-push git-hook to run tests on obitools commands before pushing on master

This commit is contained in:
Eric Coissac
2025-03-08 18:56:02 +01:00
parent 52d5f6fe11
commit 50d11ce374
3 changed files with 42 additions and 16 deletions

View File

@ -8,7 +8,7 @@ import (
// corresponds to the last commit, and not the one when the file will be
// commited
var _Commit = "65bd29b"
var _Commit = "52d5f6f"
var _Version = "Release 4.4.0"
// Version returns the version of the obitools package.