more gates, add job for implicit-load feature
Signed-off-by: Ava Hahn <ava@sunnypup.io>
This commit is contained in:
parent
3e32b222f8
commit
e042cd1152
2 changed files with 7 additions and 2 deletions
|
|
@ -11,6 +11,11 @@ compile-without-posix-features:
|
|||
script:
|
||||
- cargo build --no-default-features
|
||||
|
||||
compile-implicit-load:
|
||||
stage: build
|
||||
script:
|
||||
- cargo build -F implicit-load
|
||||
|
||||
compile-release:
|
||||
stage: build
|
||||
script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue