diff options
author | Ruben Pollan <meskio@sindominio.net> | 2018-11-22 20:50:56 -0600 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2018-12-12 13:37:38 +0100 |
commit | d8e683ef0b15e00bba9c241181e7d3247d30539c (patch) | |
tree | 5ccb04c333c6a9d6d26dfd340d23b7d6ebf83cac /.gitlab-ci.yml | |
parent | d7a1eecfd9d40c7c114f9ecab8180e00107766ec (diff) |
[test] make bonafide more testable
Get local timezone and http client as configurable things in bonafide,
so tests can set them. Also separate integration tests and unit tests.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f259d11..b3f1861 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,6 +14,7 @@ build_test: - ln -s "$(pwd)" ${APP_PATH} - cd ${APP_PATH} - make get + - make test - make bitmaskd - make build tags: |