This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/tests/README.md

16 lines
295 B
Markdown
Raw Normal View History

# Testing
## TL;DR
```
# Install dependancies
yarn --cwd install
# Run all tests
yarn --cwd test
```
By default, the `dagger` binary is expected to be found in `../cmd/dagger/dagger` relative to the `tests` directory.
If you need to change this, pass along `DAGGER_BINARY=somewhere/dagger`