Skip to content

Commit

Permalink
Hm, did not like it, separating again
Browse files Browse the repository at this point in the history
  • Loading branch information
anaschwendler committed Oct 8, 2024
1 parent 461e96c commit 8cb47d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
run: |
pytest ./python/
cd ruby; rake
- name: Run Go Tests
run: |
for dir in ./go/*/; do
(cd "$dir" && go test ./...)
done

0 comments on commit 8cb47d1

Please sign in to comment.