Skip to content

Commit

Permalink
Fix attach doc to test package
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Aug 26, 2024
1 parent 149ec5b commit 395c073
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
8 changes: 2 additions & 6 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
## 0.0.9 (unreleased)

### Added
## 0.0.9 (2024-08-26)

### Changed

- Split test package.
- Use `expect_test_helpers_core.expect_test_helpers_base`.

### Deprecated

### Fixed

### Removed
- Attach doc test package so it is not built when running the CI for the main package.

## 0.0.8 (2024-08-19)

Expand Down
1 change: 1 addition & 0 deletions doc/docs/reference/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(mdx
(package provider-tests)
(deps
(package provider)
(glob_files *.txt))
Expand Down
1 change: 1 addition & 0 deletions doc/docs/tutorials/getting-started/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(mdx
(package provider-tests)
(deps
(package provider)
(glob_files *.txt))
Expand Down

0 comments on commit 395c073

Please sign in to comment.