We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fb8d29 commit d0ef897Copy full SHA for d0ef897
2 files changed
.github/workflows/conformance.yml
@@ -15,8 +15,8 @@ jobs:
15
with:
16
go-version: '1.22'
17
- name: Run Go conformance runner
18
- run: go run ./conformance/runner/go/main.go
19
- working-directory: ${{ github.workspace }}
+ run: go run .
+ working-directory: ${{ github.workspace }}/conformance/runner/go
20
21
ts-runner:
22
runs-on: ubuntu-latest
conformance/runner/ts/package.json
@@ -3,7 +3,7 @@
3
"private": true,
4
"type": "module",
5
"scripts": {
6
- "test": "jest --config jest.config.mjs"
+ "test": "node --experimental-vm-modules node_modules/.bin/jest --config jest.config.mjs"
7
},
8
"devDependencies": {
9
"@bsv/sdk": "workspace:*",
0 commit comments