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

Fix yaml again

parent 61c38afb
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: build:redox
dependencies:
- build: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