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

Commit

Permalink
feat!: Replace Bundle with CAR streams in push
Browse files Browse the repository at this point in the history
  • Loading branch information
cdata committed Sep 10, 2023
1 parent 148d75f commit b4b803e
Show file tree
Hide file tree
Showing 160 changed files with 8,385 additions and 806 deletions.
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

0 comments on commit b4b803e

Please sign in to comment.