Skip to content

Commit

Permalink
Do not include testing crates in workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
MGibson1 committed Sep 26, 2024
1 parent b99b0ee commit df3588d
Show file tree
Hide file tree
Showing 7 changed files with 2,529 additions and 28 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.DS_Store
.pytest_cache
.vscode/c_cpp_properties.json
languages/language_tests/target

# Build results
[Dd]ebug/
Expand Down
13 changes: 0 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[workspace]
resolver = "2"
members = ["crates/*", "languages/language_tests"]
members = ["crates/*"]
exclude = ["languages/language_tests"]

# Global settings for all crates should be defined here
[workspace.package]
Expand Down
Loading

0 comments on commit df3588d

Please sign in to comment.