Include tests in test CI job

This commit is contained in:
Romain Vigier
2020-08-01 09:35:17 +02:00
parent 7f9c03e645
commit 7440cec8ff
+1
View File
@@ -36,6 +36,7 @@ test:
rules: rules:
- changes: - changes:
- src/**/* - src/**/*
- tests/**/*
script: script:
- dnf --setopt=cachedir=$(pwd)/.dnf_cache --setopt=keepcache=True install -y node npm - dnf --setopt=cachedir=$(pwd)/.dnf_cache --setopt=keepcache=True install -y node npm
- make deps-install - make deps-install