File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -58,13 +58,13 @@ jobs:
58
58
token : ${{ github.token }}
59
59
# Transitive dependency of wasm-bindgen; works around https://github.com/rustwasm/wasm-bindgen/issues/3918
60
60
- 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
62
62
63
63
# Don't run clippy on Windows, we only need to run it on Linux
64
64
- 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
66
66
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
68
68
69
69
# Some clap errors manifest as panics at runtime. Running tools with
70
70
# --help should be enough to find an issue.
@@ -255,4 +255,4 @@ jobs:
255
255
with :
256
256
version : v0.4.2
257
257
258
- - run : cargo build -p actix_web -p axum -p tide
258
+ - run : cargo build -p actix_web -p web_authn -p tide-server
You can’t perform that action at this time.
0 commit comments