Skip to content

Commit 8797c63

Browse files
committed
Start integration test from a clean state
1 parent 686e75e commit 8797c63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal/integrationtest/compile_4/core_caching_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ func TestBuildCacheCoreWithExtraDirs(t *testing.T) {
4444
require.NoError(t, err)
4545

4646
{
47+
// Clean cache
48+
require.NoError(t, defaultCache.RemoveAll())
49+
4750
// Compile sketch with empty cache
4851
out, _, err := cli.Run("compile", "-v", "-b", "arduino:avr:uno", sketch.String())
4952
require.NoError(t, err)

0 commit comments

Comments
 (0)