Extend github actions (#456)
parent
a7461c68ec
commit
10a059ad55
@ -1,19 +0,0 @@ |
||||
language: rust |
||||
dist: bionic |
||||
|
||||
os: |
||||
- linux |
||||
- osx |
||||
|
||||
rust: |
||||
- stable |
||||
|
||||
install: |
||||
- rustup component add rustfmt |
||||
- rustfmt -V |
||||
- rustup component add clippy |
||||
- cargo clippy --version |
||||
|
||||
script: |
||||
- .travis/lints.sh |
||||
- .travis/tests.sh |
@ -1,8 +0,0 @@ |
||||
#!/bin/bash |
||||
|
||||
# Run cargo fmt and cargo clippy only on OSX host |
||||
|
||||
if [[ ${TRAVIS_OS_NAME} == "osx" ]]; then |
||||
cargo fmt --all -- --check |
||||
cargo clippy --all --tests -- -D warnings |
||||
fi |
@ -1,4 +0,0 @@ |
||||
#!/bin/bash |
||||
|
||||
cargo test --manifest-path=librocksdb-sys/Cargo.toml |
||||
cargo test -- --skip test_iterator_outlive_db |
Loading…
Reference in new issue