Skip to content

Commit fd7defb

Browse files
committed
.
1 parent 940155e commit fd7defb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
distribution: 'temurin'
5454
java-version: 17
5555

56-
- run: ./mill -i "__.test" && ./mill -i generateTutorial + generateReference && git diff --exit-code
56+
- run: ./mill -ij1 "__.test" && ./mill -i generateTutorial + generateReference && git diff --exit-code
5757

5858
check-scalafix:
5959
runs-on: ubuntu-latest

docs/developer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To facilitate efficient testing, you can choose from several commands based on y
2727
### Full Test Suite with Documentation Generation
2828
* Re-generating docs:
2929
```bash
30-
./mill -i "__.test" + generateTutorial + generateReference
30+
./mill -ij1 "__.test" + generateTutorial + generateReference
3131
```
3232
* Note that ScalaSql's reference docs are extracted from the test suite, and thus we need
3333
to make sure to run the test suite before re-generating them.

0 commit comments

Comments
 (0)