Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feat-autonomi-client-…
Browse files Browse the repository at this point in the history
…init
  • Loading branch information
b-zee committed Dec 10, 2024
2 parents 32bd902 + aaef119 commit 8eb25aa
Show file tree
Hide file tree
Showing 54 changed files with 3,635 additions and 1,403 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/cross-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,3 @@ jobs:
# Allow clippy lints (these can be pedantic on WASM), but deny regular Rust warnings
run: cargo clippy --target=wasm32-unknown-unknown --package=autonomi --lib --tests -- --allow=clippy::all --deny=warnings
timeout-minutes: 30

websocket:
if: "!startsWith(github.event.head_commit.message, 'chore(release):')"
name: Standard Websocket builds
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2

- name: Build all for `websockets`
run: cargo build --features="websockets"
timeout-minutes: 30
162 changes: 0 additions & 162 deletions .github/workflows/merge_websocket.yml

This file was deleted.

Loading

0 comments on commit 8eb25aa

Please sign in to comment.