mirror of
https://github.com/MariaDB/server.git
synced 2026-04-25 09:45:31 +02:00
Windows ARM - speed up tests on CI, by using --debug-no-sync
This commit is contained in:
parent
4ffa1ff4a7
commit
8a2b620493
1 changed files with 1 additions and 1 deletions
2
.github/workflows/windows-arm64.yml
vendored
2
.github/workflows/windows-arm64.yml
vendored
|
|
@ -54,4 +54,4 @@ jobs:
|
|||
$cidir = "$tmp/ci"
|
||||
mkdir $cidir
|
||||
fsutil file setCaseSensitiveInfo $cidir enable
|
||||
perl bld\mysql-test\mysql-test-run.pl --force --parallel=$parallel --suite=main,innodb --vardir=$cidir/var --mysqld=--lower-case-table-names=0 --mysqld=--loose-innodb-flush-log-at-trx-commit=2
|
||||
perl bld\mysql-test\mysql-test-run.pl --force --parallel=$parallel --suite=main,innodb --vardir=$cidir/var --mysqld=--lower-case-table-names=0 --mysqld=--loose-innodb-flush-log-at-trx-commit=2 --mysqld=--debug-no-sync
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue