mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-24 04:11:46 +00:00
Add Rust to Appveyor config. (#4928)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/bash
|
||||
set -ex
|
||||
#
|
||||
# Copyright 2018 Google Inc. All rights reserved.
|
||||
@@ -16,7 +16,7 @@ set -ex
|
||||
# limitations under the License.
|
||||
|
||||
cd ./rust_usage_test
|
||||
cargo test $1
|
||||
cargo test -- --quiet
|
||||
TEST_RESULT=$?
|
||||
if [[ $TEST_RESULT == 0 ]]; then
|
||||
echo "OK: Rust tests passed."
|
||||
|
||||
Reference in New Issue
Block a user