mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-25 21:00:17 +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
|
||||
"./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 / ...
|
||||
- name: Checkout Phobos
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue