Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into vigoo/improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo committed Oct 9, 2024
2 parents e0ec424 + 9785eae commit ab01a23
Show file tree
Hide file tree
Showing 30 changed files with 3,005 additions and 285 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ jobs:
run: cargo fmt -- --check
- name: Clippy
run: cargo clippy -- -Dwarnings
- name: Tests
run: cargo test
- name: Unit Tests
run: cargo test --workspace --exclude wasm-rpc-stubgen-tests-integration
- name: WASM RPC stubgen integration tests
run: cargo test --package wasm-rpc-stubgen-tests-integration -- --test-threads=1
- name: Build in stub mode
run: cargo component build -p golem-wasm-rpc --no-default-features --features stub
publish:
Expand Down
Loading

0 comments on commit ab01a23

Please sign in to comment.