Skip to content

Commit ac699f3

Browse files
author
“ramfox”
committed
chore: fix ci
1 parent a6f836f commit ac699f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
- name: cargo test
106106
run: cargo test --release --locked --workspace --all-features --bins --tests --examples
107107

108-
check_docs:
108+
check_docs:
109109
timeout-minutes: 30
110110
name: Checking docs
111111
runs-on: ubuntu-latest
@@ -123,7 +123,7 @@ jobs:
123123
- name: irpc
124124
run: cargo docs-rs -p irpc
125125
- name: irpc-iroh
126-
run: cargo docs-rs -p irpc
126+
run: cargo docs-rs -p irpc-iroh
127127

128128
wasm_build:
129129
name: Build wasm32

0 commit comments

Comments
 (0)