Skip to content

Commit

Permalink
Start integration test from a clean state
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed May 24, 2024
1 parent 686e75e commit 8797c63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/integrationtest/compile_4/core_caching_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ func TestBuildCacheCoreWithExtraDirs(t *testing.T) {
require.NoError(t, err)

{
// Clean cache
require.NoError(t, defaultCache.RemoveAll())

// Compile sketch with empty cache
out, _, err := cli.Run("compile", "-v", "-b", "arduino:avr:uno", sketch.String())
require.NoError(t, err)
Expand Down

0 comments on commit 8797c63

Please sign in to comment.