|
@ -14,6 +14,7 @@ before_script: |
|
|
script: |
|
|
script: |
|
|
- cargo build --verbose |
|
|
- cargo build --verbose |
|
|
- cargo test --verbose |
|
|
- cargo test --verbose |
|
|
|
|
|
- cargo test --verbose --features parallel |
|
|
- cargo test --manifest-path gcc-test/Cargo.toml --target $TARGET |
|
|
- cargo test --manifest-path gcc-test/Cargo.toml --target $TARGET |
|
|
- cargo test --manifest-path gcc-test/Cargo.toml --target $TARGET --features parallel |
|
|
- cargo test --manifest-path gcc-test/Cargo.toml --target $TARGET --features parallel |
|
|
- cargo test --manifest-path gcc-test/Cargo.toml --target $TARGET --release |
|
|
- cargo test --manifest-path gcc-test/Cargo.toml --target $TARGET --release |
|
|