Skip to content

Commit

Permalink
Run unit tests for pull requests
Browse files Browse the repository at this point in the history
Previous config was not running tests when a PR was opened.

Signed-off-by: Nader Ziada <[email protected]>
  • Loading branch information
rajathagasthya authored and nader-ziada committed Jan 16, 2025
1 parent 922cfde commit c26e49f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
name: go
on:
push:
pull_request:
on: [push, pull_request]
jobs:
lint: # <- name
strategy:
Expand Down

0 comments on commit c26e49f

Please sign in to comment.