You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wails dev should not rebuild the app when modifying a _test.go file. The app will restart each time when modifying tests or benchmarks, and it shouldn't.
philc
changed the title
wails dev should not rebuild the app when modifying a _test.go file
wails dev should not rebuild the app when modifying a go test
Feb 7, 2024
philc
changed the title
wails dev should not rebuild the app when modifying a go test
wails dev should not rebuild the app when modifying a go test or benchmark
Feb 7, 2024
Description
wails dev
should not rebuild the app when modifying a _test.go file. The app will restart each time when modifying tests or benchmarks, and it shouldn't.To Reproduce
app_test.go
func TestFoo(t *testing.T) { fmt.Println("hello") }
wails dev
Note that this also happens in the case of benchmarks (e.g. app_bench_test.go with a function
BenchmarkApp(b *testing.B)
Expected behaviour
The wails app should not relaunch.
Screenshots
No response
Attempted Fixes
No response
System Details
Additional context
No response
The text was updated successfully, but these errors were encountered: