Fix yaml
This commit is contained in:
+4
-2
@@ -18,10 +18,12 @@ build:redox:
|
||||
|
||||
test:linux:
|
||||
stage: test
|
||||
dependencies: build:linux
|
||||
dependencies:
|
||||
- build:linux
|
||||
script: cargo +nightly test --verbose
|
||||
|
||||
test:redox:
|
||||
stage: test
|
||||
dependencies: test:redox
|
||||
dependencies:
|
||||
- test:redox
|
||||
script: redoxer test --verbose
|
||||
|
||||
Reference in New Issue
Block a user