mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-02-23 04:52:28 +00:00
ci: tag cargo test jobs with fast
This commit is contained in:
parent
845f85ee48
commit
d49ac8adae
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,8 @@ variables:
|
|||
|
||||
test-default:
|
||||
stage: test
|
||||
tags:
|
||||
- fast
|
||||
image: msrd0/rust:alpine
|
||||
before_script:
|
||||
- cargo -V
|
||||
|
@ -22,6 +24,8 @@ test-default:
|
|||
test-all:
|
||||
stage: test
|
||||
image: msrd0/rust:alpine-tarpaulin
|
||||
tags:
|
||||
- fast
|
||||
before_script:
|
||||
- apk add --no-cache bash curl
|
||||
- cargo -V
|
||||
|
|
Loading…
Add table
Reference in a new issue