Skip to content
Snippets Groups Projects
Verified Commit 8bbdc558 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Fix yaml

parent 2ddf1dab
No related branches found
No related tags found
No related merge requests found
Pipeline #5156 failed
...@@ -18,10 +18,12 @@ build:redox: ...@@ -18,10 +18,12 @@ build:redox:
test:linux: test:linux:
stage: test stage: test
dependencies: build:linux dependencies:
- build:linux
script: cargo +nightly test --verbose script: cargo +nightly test --verbose
test:redox: test:redox:
stage: test stage: test
dependencies: test:redox dependencies:
- test:redox
script: redoxer test --verbose script: redoxer test --verbose
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