attempt to remove appveyor (#7056)

This commit is contained in:
Derek Bailey
2022-01-31 21:52:15 -08:00
committed by GitHub
parent bc366a7f9e
commit 240be9b5ae
5 changed files with 0 additions and 79 deletions

View File

@@ -15,8 +15,6 @@ rem limitations under the License.
rem Compile then run the Rust test.
rem TODO(rw): how do we make this script abort the calling script in appveyor?
cd rust_usage_test
cargo test -- --quiet || exit /b 1
cargo run --bin=flatbuffers_alloc_check || exit /b 1