Skip to content

Commit

Permalink
Remove docs, seems to be to much?
Browse files Browse the repository at this point in the history
  • Loading branch information
Flix committed Aug 17, 2024
1 parent 5a38c61 commit 4b0dc13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ jobs:
matrix:
selected_features:
- name: "STU3"
feat_arg: "--no-default-features --features stu3,client,docs"
feat_arg: "--no-default-features --features stu3,client"
compose_profiles: "hapi-stu3"
- name: "R4B"
feat_arg: "--no-default-features --features r4b,client,docs"
feat_arg: "--no-default-features --features r4b,client"
compose_profiles: "hapi-r4b,medplum-r4"
- name: "R5"
feat_arg: "--no-default-features --features r5,client,docs"
feat_arg: "--no-default-features --features r5,client"
compose_profiles: "hapi-r5"

name: "Tests (${{ matrix.selected_features.name }})"
Expand Down
7 changes: 1 addition & 6 deletions Makefile-light-ci.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,9 @@ private = true
command = "cargo"
args = ["nextest", "run", "--workspace", "@@split(FEATURE_SELECTION, )"]

[tasks.test-docs]
private = true
command = "cargo"
args = ["test", "--workspace", "--doc", "@@split(FEATURE_SELECTION, )"]

[tasks.test]
description = "Runs all tests for the given feature set."
dependencies = ["ensure-ci", "test-nextest", "test-docs"]
dependencies = ["ensure-ci", "test-nextest"]


[tasks.docker-ci-up]
Expand Down

0 comments on commit 4b0dc13

Please sign in to comment.