mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-26 17:46:38 +03:00
73f60945bc
[ci skip]
17 lines
211 B
Markdown
17 lines
211 B
Markdown
# Run tests on Windows
|
|
|
|
``` bash
|
|
cd /path/to/uuid/resources/vagrant/windows
|
|
vagrant up
|
|
vagrant ssh
|
|
```
|
|
|
|
Once inside the VM:
|
|
|
|
``` bash
|
|
refreshenv
|
|
cd uuid
|
|
composer install
|
|
composer run-script --timeout=0 test
|
|
```
|