also *only* lints and tests

feat/vaults
Tomáš Mládek 2021-06-19 12:47:52 +02:00
parent aba8f54555
commit 956c14a003
1 changed files with 12 additions and 0 deletions

View File

@ -24,6 +24,12 @@ lint:backend:
- make backend_lint
rules:
- allow_failure: true
only:
changes:
- migrations/**/*
- src/**/*
- Cargo.*
- Makefile
#lint:frontend:
# stage: lint
@ -70,6 +76,12 @@ test:backend:
image: $RUST_IMAGE
script:
- make backend_test
only:
changes:
- migrations/**/*
- src/**/*
- Cargo.*
- Makefile
package:
stage: release