1
0
Fork 0

Add missing directory

timestamps
dump_stack() 2023-05-12 19:34:55 +00:00
parent 43aa116682
commit 9fd4b541da
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 3 additions and 1 deletions

View File

@ -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)