remove duplicate compilation

This commit is contained in:
wyhaya
2019-08-26 11:07:50 +08:00
parent 14ff421f32
commit 6df1186736

View File

@@ -26,7 +26,7 @@ before_install:
script:
- cargo fmt --all -- --check
- cargo test
- cargo test --release
- cargo build --release
after_script: set +e