Skip to content

Commit

Permalink
Migrate to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nadimkobeissi committed Aug 19, 2023
1 parent d071113 commit ef2cf76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Run Go tests
run: |
cd implementations/go/tests
for pattern in ./*; do
for pattern in *; do
cd $pattern
go mod init $pattern
go mod tidy
Expand Down

0 comments on commit ef2cf76

Please sign in to comment.