Skip to content

Commit

Permalink
Merge pull request #19 from evenfurther/test-in-workspace
Browse files Browse the repository at this point in the history
Include test in workspace
  • Loading branch information
samueltardieu authored Sep 23, 2023
2 parents e7fb217 + 7f6ebdf commit c9908c3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
16 changes: 16 additions & 0 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[workspace]
members = ["aoc", "aoc-derive", "aoc-build"]
members = ["aoc", "aoc-derive", "aoc-build", "aoc/tests/dummy-year"]
resolver = "2"
3 changes: 1 addition & 2 deletions aoc/tests/dummy-year/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
name = "aoc2015"
version = "0.1.0"
edition = "2021"

[workspace]
license = "Apache-2.0/MIT"

[dependencies]
aoc = { path = "../.." }
Expand Down

0 comments on commit c9908c3

Please sign in to comment.