Skip to content

Commit fe39a64

Browse files
ci: fix release + make publish --dry-run part of CI checks (#52)
1 parent cf8592d commit fe39a64

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ jobs:
7777

7878
- name: Build
7979
run: cargo build --verbose
80+
81+
- name: Publish dry run
82+
run: cargo publish --dry-run
8083

8184
- name: Run cargo deny
8285
run: cargo deny check

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ categories = ["database", "development-tools"]
1717

1818
include = [
1919
"src/**",
20+
"examples/**",
2021
"Cargo.toml",
2122
"README.md",
2223
"CONTRIBUTING.md",

0 commit comments

Comments
 (0)