aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorgabrielgio <gabriel.giovanini@pm.me>2022-03-25 22:43:47 +0100
committergabrielgio <gabriel.giovanini@pm.me>2022-03-25 22:43:47 +0100
commit860594ffb7c013e5f4257bd615472e08c8c685c6 (patch)
treea5a46af59046ca1c3a18a1c5a7d93c91024c22b3 /.gitlab-ci.yml
parentb92dd0a4c59287b661759d3cdcd6f62e1afcd815 (diff)
downloadgenpass-860594ffb7c013e5f4257bd615472e08c8c685c6.tar.gz
genpass-860594ffb7c013e5f4257bd615472e08c8c685c6.tar.bz2
genpass-860594ffb7c013e5f4257bd615472e08c8c685c6.zip
ref: Add test for edge case
Add test case for when you call with 0 length or no option (upper case, lower case, number and special).
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 176339b..0cb348c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,6 +13,8 @@ test:
- make test
pages:
+ needs:
+ - test
before_script:
- export PATH="$PATH:$HOME/.cargo/bin"
- apk add npm make curl build-base