Skip to content

Commit

Permalink
what looks like working integration
Browse files Browse the repository at this point in the history
  • Loading branch information
jitsedesmet committed Apr 4, 2024
1 parent c833fb9 commit 1dec258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/query-sparql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
"spec:sparql-star-evaluation": "node ../../node_modules/rdf-test-suite/bin/Runner.js spec/sparql-engine.js https://w3c.github.io/rdf-star/tests/sparql/eval/manifest.ttl -c ../../.rdf-test-suite-cache/",
"spec": "yarn run spec:query && yarn run spec:update && yarn run spec:sparql12-xsd-datetime-duration && yarn run spec:sparql-star-syntax && yarn run spec:sparql-star-evaluation",
"spec-earl": "yarn run spec:query -o earl -p spec/earl-meta.json > earl.ttl",
"integration": "rdf-test-suite-ldf spec/sparql-engine.js https://comunica.github.io/manifest-ldf-tests/sparql/sparql-manifest.ttl -d 200000 -c ../../.rdf-test-suite-ldf-cache/"
"integration": "rdf-test-suite-ldf spec/sparql-engine.js https://comunica.github.io/manifest-ldf-tests/sparql/sparql-manifest.ttl -d 200000 -c ../../.rdf-test-suite-ldf-cache/ -t '^.*(?<!common04)$'"
},
"browser": {
"./lib/index.js": "./lib/index-browser.js"
Expand Down

0 comments on commit 1dec258

Please sign in to comment.