Do not test on Linux

This commit is contained in:
Jeremy Soller
2019-07-08 16:47:39 -06:00
parent cceeae6ffe
commit 3480099632
-6
View File
@@ -16,12 +16,6 @@ build:redox:
stage: build
script: redoxer build --verbose
test:linux:
stage: test
dependencies:
- build:linux
script: cargo +nightly test --verbose
test:redox:
stage: test
dependencies: