Skip to content

Commit

Permalink
Enable jevents tests on github
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Kleen committed Jun 27, 2024
1 parent 566968a commit dcce45f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/jevents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: jevents build

on:
push:
branches: [ master, test ]
branches: [ master, test* ]
pull_request:
branches: [ master, test ]
branches: [ master, test* ]

jobs:
build:
Expand All @@ -18,5 +18,5 @@ jobs:
cd jevents ; make
- name: tester
run: |
#cd jevents ; ./tester disabled for now, need more mocking for the github env
./event_download.py GenuineIntel-6-55-4
cd jevents ; EVENTMAP=GenuineIntel-6-55-4-core ./tester

0 comments on commit dcce45f

Please sign in to comment.