.builds: prepare for splitting out examples in separate repository

The example module is moving to git.sr.ht/~eliasnaur/gio-example.
We still need some main package for testing gogio, so update reference
to use the module path (gioui.org/example).

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2020-12-08 19:37:30 +01:00
parent acc3f704e4
commit b456e987f7
4 changed files with 20 additions and 21 deletions
-3
View File
@@ -19,6 +19,3 @@ tasks:
- test_cmd: |
cd gio/cmd
go test ./...
- test_example: |
cd gio/example
go test ./...