mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-27 13:50:02 +03:00
run integration tests in CI
This commit is contained in:
parent
0590376045
commit
d7e15903dd
1 changed files with 5 additions and 0 deletions
5
.github/workflows/default.yml
vendored
5
.github/workflows/default.yml
vendored
|
@ -146,6 +146,11 @@ jobs:
|
||||||
fi
|
fi
|
||||||
"./bin/dscanner$EXE" --styleCheck -f "$FORMAT" src
|
"./bin/dscanner$EXE" --styleCheck -f "$FORMAT" src
|
||||||
|
|
||||||
|
- name: Integration Tests
|
||||||
|
run: ./it.sh
|
||||||
|
working-directory: tests
|
||||||
|
shell: bash
|
||||||
|
|
||||||
# Parse phobos to check for failures / crashes / ...
|
# Parse phobos to check for failures / crashes / ...
|
||||||
- name: Checkout Phobos
|
- name: Checkout Phobos
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue