From dbc8617741c75ef6ac9c770a15edf28212e5c890 Mon Sep 17 00:00:00 2001 From: Stephan Boyer Date: Tue, 25 Jun 2024 22:04:40 -0700 Subject: [PATCH] Remove unnecessary input paths in the toastfile --- toast.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/toast.yml b/toast.yml index 24fbbbf0..1d4fd37a 100644 --- a/toast.yml +++ b/toast.yml @@ -166,8 +166,6 @@ tasks: description: Build the binary in non-release mode. dependencies: - repository - input_paths: - - src command: | # Build the project with Cargo. cargo-offline build @@ -176,9 +174,6 @@ tasks: description: Run the unit test suite. dependencies: - repository - input_paths: - - integration_tests/types - - test_data command: | # Run the tests with Cargo. The `NO_COLOR` variable is used to disable colored output for # tests that make assertions regarding the output [tag:colorless_tests].