diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 46e04fa..67619bd 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -33,7 +33,9 @@ jobs: run: ./tools/qemu-ubuntu-img/bootstrap.sh - name: Unit Testing - run: go test -parallel 1 -v ./... + run: | + mkdir ~/.out-of-tree + go test -parallel 1 -v ./... test-end-to-end-examples: name: E2E Testing (Examples)