Skip to content
Snippets Groups Projects
Commit 659c150b authored by Éloïs's avatar Éloïs
Browse files

try to split CI in 2 jobs : builds and tests

parent 7683e10c
Branches
Tags
1 merge request!2split CI in 2 jobs : builds and tests
stages:
- test
- builds
- tests
before_script:
- export PATH="$HOME/.cargo/bin:$PATH"
test:
stage: test
builds:
stage: builds
tags:
- redshift-rs
script:
- cargo build
tests:
stage: tests
tags:
- redshift-rs
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment