mirror of
https://github.com/go-task/task.git
synced 2025-11-23 22:24:45 +02:00
checksum: save them in a subdir .task/checksum
future-proof since the .task directory can be used to save other state in the future
This commit is contained in:
@@ -289,7 +289,7 @@ func TestStatusChecksum(t *testing.T) {
|
||||
|
||||
files := []string{
|
||||
"generated.txt",
|
||||
".task/build",
|
||||
".task/checksum/build",
|
||||
}
|
||||
|
||||
for _, f := range files {
|
||||
|
||||
Reference in New Issue
Block a user