Skip to content

Commit 0a4037d

Browse files
committed
CI
1 parent cde9521 commit 0a4037d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ jobs:
5858
token: ${{ github.token }}
5959
# Transitive dependency of wasm-bindgen; works around https://github.com/rustwasm/wasm-bindgen/issues/3918
6060
- run: cargo update -p bumpalo --precise 3.14.0
61-
- run: cargo build --workspace --exclude webauthn-authenticator-rs --exclude actix_web --exclude axum --exclude tide
61+
- run: cargo build --workspace --exclude webauthn-authenticator-rs --exclude actix_web --exclude web_authn --exclude tide-server
6262

6363
# Don't run clippy on Windows, we only need to run it on Linux
6464
- if: runner.os != 'windows'
65-
run: cargo clippy --no-deps --workspace --exclude webauthn-authenticator-rs --exclude actix_web --exclude axum --exclude tide --all-targets
65+
run: cargo clippy --no-deps --workspace --exclude webauthn-authenticator-rs --exclude actix_web --exclude web_authn --exclude tide-server --all-targets
6666

67-
- run: cargo test --workspace --exclude webauthn-authenticator-rs --exclude actix_web --exclude axum --exclude tide
67+
- run: cargo test --workspace --exclude webauthn-authenticator-rs --exclude actix_web --exclude web_authn --exclude tide-server
6868

6969
# Some clap errors manifest as panics at runtime. Running tools with
7070
# --help should be enough to find an issue.
@@ -255,4 +255,4 @@ jobs:
255255
with:
256256
version: v0.4.2
257257

258-
- run: cargo build -p actix_web -p axum -p tide
258+
- run: cargo build -p actix_web -p web_authn -p tide-server

0 commit comments

Comments
 (0)