mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
ci.sh: Also run dmd's unit tests
auto-tester-test omits these tests due to the ancient host compiler
This commit is contained in:
parent
ce00fb0587
commit
e1c84491c7
1 changed files with 2 additions and 2 deletions
4
ci.sh
4
ci.sh
|
@ -98,9 +98,9 @@ test() {
|
|||
test_dmd() {
|
||||
# test fewer compiler argument permutations for PRs to reduce CI load
|
||||
if [ "$FULL_BUILD" == "true" ] && [ "$OS_NAME" == "linux" ]; then
|
||||
make -j1 -C test auto-tester-test MODEL=$MODEL N=$N # all ARGS by default
|
||||
make -j1 -C test MODEL=$MODEL N=$N # all ARGS by default
|
||||
else
|
||||
make -j1 -C test auto-tester-test MODEL=$MODEL N=$N ARGS="-O -inline -release"
|
||||
make -j1 -C test MODEL=$MODEL N=$N ARGS="-O -inline -release"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue