Fix CI to use rust-ci runner, matching sporah's workflow pattern #1
1 changed files with 0 additions and 9 deletions
|
|
@ -48,15 +48,6 @@ jobs:
|
|||
- name: Clippy (web crate, wasm client)
|
||||
run: cargo clippy -p feedsignal-web --no-default-features --features web --target wasm32-unknown-unknown -- -D warnings
|
||||
|
||||
- name: Check native crates
|
||||
run: cargo check --workspace --exclude feedsignal-web
|
||||
|
||||
- name: Check web crate (server)
|
||||
run: cargo check -p feedsignal-web --no-default-features --features server
|
||||
|
||||
- name: Check web crate (wasm client)
|
||||
run: cargo check -p feedsignal-web --no-default-features --features web --target wasm32-unknown-unknown
|
||||
|
||||
test:
|
||||
needs: check
|
||||
runs-on: rust-ci
|
||||
|
|
|
|||
Loading…
Reference in a new issue