Skip to content

Commit

Permalink
change CI config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
ULis3h committed Oct 30, 2023
1 parent c9d8159 commit 8a86956
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@ language: rust
before_script:
- rustup component add rustfmt
script:
- cargo build
- cargo test
# x86
- cargo build --package=dashboard --package=storage --package=query_engine --package=tools --package=util
- cargo test
# arm
## arm-m
## arm-a
# sparc(big-end)
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ members = [
"src/util",
"src/embedded",
]
resolver = "2"

[workspace.package]
edition = "2021"

0 comments on commit 8a86956

Please sign in to comment.