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 aeb182b commit d071113
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@ jobs:
cd implementations/go/tests
for pattern in ./*; do
cd $pattern
go get -d ./...
go run *
go mod init $pattern
go mod tidy
go install
go run $pattern.noise.go
cd ../
done
Expand Down

0 comments on commit d071113

Please sign in to comment.