Skip to content

Commit 26b9c1d

Browse files
committed
ci: add editoast_derive tests to editoast CI
1 parent 983e73b commit 26b9c1d

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/editoast.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: cargo install cargo-tarpaulin
9999

100100
- name: Test and coverage
101-
run: cargo tarpaulin -r ./editoast --out Xml -- --test-threads 1
101+
run: cargo tarpaulin -r ./editoast -p editoast -p editoast_derive --out Xml -- --test-threads 1
102102

103103
- name: Upload coverage to Codecov
104104
uses: codecov/codecov-action@v3

editoast/Cargo.lock

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

editoast/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ edition = "2021"
55
authors = ["Florian Amsallem <[email protected]>"]
66
license = "LGPL-3.0"
77

8+
[workspace]
9+
members = [".", "editoast_derive"]
810

911
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1012

0 commit comments

Comments
 (0)