mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 02:59:09 -07:00
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:
committed by
GitHub
parent
f3e1b67605
commit
b2d2ac6504
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user