Skip to content

Commit 1c16b3f

Browse files
authoredOct 21, 2024··
Merge pull request #506 from paperclip-rs/draft-poc
2 parents 3da20d8 + 0a32d58 commit 1c16b3f

File tree

331 files changed

+32735
-38
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

331 files changed

+32735
-38
lines changed
 

‎.github/workflows/cicd.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ jobs:
6161
timeout-minutes: 10
6262
with:
6363
command: build
64-
args: --all --features "actix4 cli chrono url uuid swagger-ui rapidoc v3 actix4-validator"
64+
args: --all --features "actix4 cli chrono url uuid swagger-ui rapidoc v3 actix4-validator cli-ng"
6565

6666
- name: Build actix3 features
6767
uses: actions-rs/cargo@v1
6868
timeout-minutes: 10
6969
with:
7070
command: build
71-
args: --all --features "actix3 cli chrono url uuid swagger-ui rapidoc v3 actix3-validator"
71+
args: --all --features "actix3 cli chrono url uuid swagger-ui rapidoc v3 actix3-validator cli-ng"
7272

7373
# - name: Build actix2 features
7474
# uses: actions-rs/cargo@v1
@@ -82,14 +82,14 @@ jobs:
8282
timeout-minutes: 20
8383
with:
8484
command: test
85-
args: --all --features "actix4 cli chrono url uuid swagger-ui rapidoc v3 actix4-validator"
85+
args: --all --features "actix4 cli chrono url uuid swagger-ui rapidoc v3 actix4-validator cli-ng"
8686

8787
- name: Run actix3 tests
8888
uses: actions-rs/cargo@v1
8989
timeout-minutes: 20
9090
with:
9191
command: test
92-
args: --all --features "actix3 cli chrono url uuid swagger-ui rapidoc v3 actix3-validator"
92+
args: --all --features "actix3 cli chrono url uuid swagger-ui rapidoc v3 actix3-validator cli-ng"
9393

9494
# - name: Run actix2 tests
9595
# uses: actions-rs/cargo@v1

‎.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions-rs/cargo@v1
2727
with:
2828
command: doc
29-
args: --all --features "actix4 cli chrono url uuid swagger-ui v3" --no-deps
29+
args: --all --features "actix4 cli chrono url uuid swagger-ui v3 cli-ng" --no-deps
3030

3131
- name: Setup GitBook
3232
run: |

0 commit comments

Comments
 (0)
Please sign in to comment.