tests: add new helia intergration tests

This commit is contained in:
Jorropo 2023-10-05 21:14:32 +02:00
parent 4695fd9fed
commit 89a476948b

View File

@ -54,7 +54,7 @@ jobs:
shell: bash
strategy:
matrix:
repo-to-test-against: ["helia", "helia-ipns", "helia-unixfs"] # this needs to be manually kept in sync as new helia tests are written
repo-to-test-against: ["helia", "helia-ipns", "helia-unixfs", "helia-car", "helia-dag-json", "helia-dag-cbor", "helia-json", "helia-mfs"] # this needs to be manually kept in sync as new helia tests are written
steps:
- uses: actions/setup-node@v3
with: