Add missing directory
This commit is contained in:
parent
43aa116682
commit
9fd4b541da
4
.github/workflows/ubuntu.yml
vendored
4
.github/workflows/ubuntu.yml
vendored
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user