chore: update example tests, test on ci (#735)

* chore: update example tests, test on ci

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

* fix: mark *.golden as binary

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

---------

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker
2023-06-09 09:17:15 -03:00
committed by GitHub
parent f3e1b67605
commit b2d2ac6504
4 changed files with 16 additions and 5 deletions

View File

@@ -32,6 +32,10 @@ jobs:
run: go build -v ./...
working-directory: ./examples
- name: Test examples
run: go test -v ./...
working-directory: ./examples
- name: Build tutorials
run: go build -v ./...
working-directory: ./tutorials