checkout:
    post:
        - git submodule sync
        - git submodule update --init --recursive

test:
    override:
        - make test
