Skip to content

Commit

Permalink
Merge pull request #493 from stepchowfun/unnecessary-input-paths
Browse files Browse the repository at this point in the history
Remove unnecessary input paths in the toastfile
  • Loading branch information
stepchowfun authored Jun 26, 2024
2 parents a8df6e6 + dbc8617 commit f1ed5fe
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions toast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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].
Expand Down

0 comments on commit f1ed5fe

Please sign in to comment.