From 8a8695699bed10ea0100f9c357e0321719917ca2 Mon Sep 17 00:00:00 2001 From: ULis <979999321@qq.com> Date: Mon, 30 Oct 2023 15:54:16 +0800 Subject: [PATCH] change CI config file. --- .travis.yml | 9 +++++++-- Cargo.toml | 1 - 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index fbc8736..f841349 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,5 +2,10 @@ language: rust before_script: - rustup component add rustfmt script: -- cargo build -- cargo test \ No newline at end of file +# x86 +- cargo build --package=dashboard --package=storage --package=query_engine --package=tools --package=util +- cargo test +# arm +## arm-m +## arm-a +# sparc(big-end) \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 70bcf2d..4dc89b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,6 @@ members = [ "src/util", "src/embedded", ] -resolver = "2" [workspace.package] edition = "2021"