Fix the build-test action (#1631)

This fixes the `build-test` action by restoring the `examples`
working directory.  This was incorrectly removed in the previous
commit.
This commit is contained in:
Douglas Danger Manley
2025-08-15 10:13:22 -04:00
committed by GitHub
parent 8feb51ff7f
commit f0ec4032b2
+1
View File
@@ -80,3 +80,4 @@ jobs:
- name: Run Example
run: go run .
working-directory: examples