Add in-tree buildkite pipeline
This commit is contained in:
11
ci/test-nightly.sh
Executable file
11
ci/test-nightly.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
cd $(dirname $0)/..
|
||||
|
||||
source $HOME/.cargo/env
|
||||
rustup component add rustfmt-preview
|
||||
cargo fmt -- --write-mode=diff
|
||||
cargo build --verbose --features unstable
|
||||
cargo test --verbose --features unstable
|
||||
|
||||
exit 0
|
Reference in New Issue
Block a user