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

feat!: Replace Bundle with CAR streams in push #624

Merged
merged 2 commits into from
Sep 12, 2023
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
4 changes: 2 additions & 2 deletions .github/workflows/run_test_suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
ipfs_version: v0.17.0
run_daemon: true
- name: 'Run Rust native target tests'
run: cargo test --features test_kubo
run: cargo test --features test-kubo,helpers
env:
NOOSPHERE_LOG: deafening

Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
ipfs_version: v0.17.0
run_daemon: true
- name: 'Run Rust native target tests'
run: NOOSPHERE_LOG=deafening cargo test --features test_kubo,headers
run: NOOSPHERE_LOG=deafening cargo test --features test-kubo,headers
run-test-suite-linux-c:
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
]
},
"rust-analyzer.cargo.features": [
"test_kubo"
"test-kubo"
]
}
Loading