[mod] move tests
This commit is contained in:
parent
47a2aa2901
commit
ae43b35c67
5 changed files with 4 additions and 4 deletions
|
@ -41,7 +41,7 @@ jobs:
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
basex -Wt src/test >test-results.xml
|
basex -Wt tests >test-results.xml
|
||||||
cat test-results.xml
|
cat test-results.xml
|
||||||
|
|
||||||
- name: Upload test result Artifacts
|
- name: Upload test result Artifacts
|
||||||
|
|
|
@ -7,4 +7,4 @@ Xyxh
|
||||||
ab
|
ab
|
||||||
iiiisAasxs
|
iiiisAasxs
|
||||||
x
|
x
|
||||||
A
|
AB
|
2
.github/workflows/ci-basex.yaml
vendored
2
.github/workflows/ci-basex.yaml
vendored
|
@ -41,4 +41,4 @@ jobs:
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
basex -Wt src/test
|
basex -Wt tests
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
"doc": "docs"
|
"doc": "docs"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "%BASEX10%/bin/basex -t src/test",
|
"test": "%BASEX10%/bin/basex -t tests",
|
||||||
"docs": "xqdoca"
|
"docs": "xqdoca"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue