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
......@@ -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
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