We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d4664 commit 72dc137Copy full SHA for 72dc137
1 file changed
.github/workflows/test.yml
@@ -7,6 +7,7 @@ permissions:
7
8
env:
9
UV_PYTHON: 3.8 # minimum supported version
10
+ DASL_TESTING_REF: "56f7fd74a8eb0955670dab139034e845329dca57"
11
12
jobs:
13
unit_tests:
@@ -29,3 +30,14 @@ jobs:
29
30
31
- name: Run Tests.
32
run: uv run pytest
33
+
34
+ - name: Checkout dasl-testing.
35
+ uses: actions/checkout@v4
36
+ with:
37
+ repository: hyphacoop/dasl-testing
38
+ path: dasl-testing
39
+ ref: ${{ env.DASL_TESTING_REF }}
40
41
+ - name: Run DASL Python harness.
42
+ working-directory: dasl-testing
43
+ run: uv run python harnesses/python/main.py libipld
0 commit comments