Skip to content

Commit

Permalink
more ci thing
Browse files Browse the repository at this point in the history
  • Loading branch information
beni69 committed Aug 8, 2023
1 parent 39f5e80 commit 979092f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
5 changes: 1 addition & 4 deletions client/examples/simple.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
use roblib::roland::{LedColor, Roland};
use roblib_client::{
transports::{tcp::Tcp, Transport},
Result, Robot,
};
use roblib_client::{transports::tcp::Tcp, Result, Robot};
use std::{thread::sleep, time::Duration};

fn main() -> Result<()> {
Expand Down
9 changes: 9 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ set -e
cargo clippy -p roblib-macro 2>&1
[ -n "$GITHUB_ACTIONS" ] && echo "##[endgroup]"

[ -n "$GITHUB_ACTIONS" ] && echo "##[group]node-ffi"
cargo clippy -p kareszklub_roblib-client-node 2>&1
[ -n "$GITHUB_ACTIONS" ] && echo "##[endgroup]"

[ -n "$GITHUB_ACTIONS" ] && echo "##[group]encoder-wasm"
cargo clippy -p roblib-encoder-wasm 2>&1
[ -n "$GITHUB_ACTIONS" ] && echo "##[endgroup]"

# test runs
[ -n "$GITHUB_ACTIONS" ] && echo "##[group]test: roblib"
cargo test --all-features -p roblib 2>&1
[ -n "$GITHUB_ACTIONS" ] && echo "##[endgroup]"
Expand Down

1 comment on commit 979092f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Artifacts

View all

base roland
aarch64-unknown-linux-gnu Download Download
aarch64-unknown-linux-musl Download Download
armv7-unknown-linux-gnueabihf Download Download
armv7-unknown-linux-musleabihf Download Download
x86_64-pc-windows-msvc Download Download
x86_64-unknown-linux-gnu Download Download
x86_64-unknown-linux-musl Download Download

Please sign in to comment.