Skip to content

Commit

Permalink
remove macro_tests from check.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
makspll committed Apr 5, 2024
1 parent bb5ddb7 commit 50260ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"rust-analyzer.rustc.source": "discover",
"rust-analyzer.linkedProjects": [
"./crates/bevy_api_gen/Cargo.toml",
"./crates/macro_tests/Cargo.toml",
// "./crates/macro_tests/Cargo.toml",
"Cargo.toml",
],
"rust-analyzer.check.invocationStrategy": "per_workspace",
Expand Down
2 changes: 0 additions & 2 deletions check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ CURRENT_DIR=$(basename "$PWD")

if [[ "$CURRENT_DIR" == "bevy_api_gen" ]]; then
cargo clippy --all-targets --message-format=json
elif [[ "$CURRENT_DIR" == "macro_tests" ]]; then
cargo clippy --all-targets --message-format=json
else
cargo clippy --workspace --all-targets --message-format=json --features="lua54 lua_script_api rhai rhai_script_api teal rune bevy/file_watcher bevy/multi-threaded"
fi

0 comments on commit 50260ad

Please sign in to comment.