File tree Expand file tree Collapse file tree 4 files changed +7
-16
lines changed
Expand file tree Collapse file tree 4 files changed +7
-16
lines changed Original file line number Diff line number Diff line change 88
99env :
1010 CARGO_TERM_COLOR : always
11- PYO3_USE_ABI3_FORWARD_COMPATIBILITY : 1
1211
1312jobs :
1413 rust :
Original file line number Diff line number Diff line change 4848 - name : Run integration tests
4949 run : cargo test --workspace --all-features --test '*'
5050
51+ - name : Run doc tests
52+ run : cargo test --workspace --doc
53+
5154 - name : Extract version from Cargo.toml
5255 id : version
5356 run : |
Original file line number Diff line number Diff line change 4545 - name : Run integration tests
4646 run : cargo test --workspace --all-features --test '*'
4747
48+ - name : Run doc tests
49+ run : cargo test --workspace --doc
50+
4851 # Publish in dependency order
4952 - name : Publish solverforge-core
5053 run : cargo publish -p solverforge-core --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
Original file line number Diff line number Diff line change @@ -102,21 +102,7 @@ jobs:
102102 **Rust:**
103103 ```toml
104104 [dependencies]
105- solverforge-core = "${{ steps.version.outputs.version }}"
106- ```
107-
108- **Python:**
109- ```bash
110- pip install solverforge==${{ steps.version.outputs.version }}
111- ```
112-
113- **Maven:**
114- ```xml
115- <dependency>
116- <groupId>org.solverforge</groupId>
117- <artifactId>solverforge-wasm-service</artifactId>
118- <version>${{ steps.version.outputs.version }}</version>
119- </dependency>
105+ solverforge = "${{ steps.version.outputs.version }}"
120106 ```
121107 draft : false
122108 prerelease : ${{ contains(steps.version.outputs.version, '-') }}
You can’t perform that action at this time.
0 commit comments