tests: add new helia intergration tests
Jorropo committed
Oct 5, 2023 at 21:14 UTC
89a476948b1d57cff3c7f07457aaccf2ea4feaf9
1 file changed
+1
-1
.github/workflows/build.yml
+1
-1
@@ -54,7 +54,7 @@ jobs:
54
shell: bash
55
strategy:
56
matrix:
57
- repo-to-test-against: ["helia", "helia-ipns", "helia-unixfs"] # this needs to be manually kept in sync as new helia tests are written
57
+ 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
58
steps:
59
- uses: actions/setup-node@v3
60
with: