Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rmehri01 committed Jan 11, 2025
1 parent e71680a commit a17924c
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 128 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
target
Cargo.lock
*~
style
!style/
2 changes: 1 addition & 1 deletion ci/style.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [ -n "${CI:-}" ]; then
check="--check"
fi

cargo test --manifest-path libc-test/Cargo.toml --test style --test style_tests -- --nocapture
cargo test --manifest-path libc-test/Cargo.toml --test style -- --nocapture

command -v rustfmt
rustfmt -V
Expand Down
Loading

0 comments on commit a17924c

Please sign in to comment.