Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,9 @@ jobs:
export PATH="$PWD/target/debug:$PATH"
make -C apps/freenet-ping -f run-ping.mk build

- name: Test - legacy mode
- name: Test
run: cargo test --workspace --no-default-features --features trace,websocket,redb

- name: Test - actor mode
run: FREENET_ACTOR_CLIENTS=true cargo test --workspace --no-default-features --features trace,websocket,redb

clippy_check:
name: Clippy

Expand Down
Loading
Loading