Skip to content
Snippets Groups Projects
Commit ac10eab3 authored by Maaz Ahmed's avatar Maaz Ahmed
Browse files

chore: update gitlab CI tags

parent e1c050de
No related branches found
No related tags found
1 merge request!29Resolve "feat: impl Deserialize on custom types in utils"
Pipeline #19776 passed with stages
in 5 minutes and 4 seconds
......@@ -3,17 +3,18 @@ stages:
- test
- publish
build:
default:
tags:
- linux
- docker
build:
stage: build
image: rust:latest
script:
- cargo build
rustdoc:
tags:
- linux
stage: build
image: rust:latest
script:
......@@ -23,16 +24,12 @@ rustdoc:
- target/doc
unit-test:
tags:
- linux
stage: test
image: rust:latest
script:
- cargo test --lib
lint-test:
tags:
- linux
stage: test
image: rust:latest
script:
......@@ -40,8 +37,6 @@ lint-test:
- cargo clippy
docs:
tags:
- linux
stage: publish
image: alpine
dependencies:
......@@ -53,4 +48,4 @@ docs:
paths:
- public
only:
- master
\ No newline at end of file
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment