juniper/integration_tests/juniper_tests/Makefile.toml
Christoph Herzog f02e427cab Refactor integration test layout + add minimal 2018 edition test
* Add a new integration_tests subdirectory that holds integration tests
* Add a new, temporary (and really minimal) 2018 edition test crate
2018-12-19 03:53:33 +01:00

15 lines
217 B
TOML

[tasks.build-verbose]
args = ["build", "--verbose"]
[tasks.test-verbose]
args = ["test", "--verbose"]
[tasks.release]
disabled = true
[tasks.release-patch]
disabled = true
[tasks.release-dry-run]
disabled = true