Skip to content

Commit 68971a3

Browse files
author
Andi Kleen
committed
Enable jevents tests on github
1 parent d08bc13 commit 68971a3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/jevents.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
name: jevents build
1+
name: jevents build and test
22

33
on:
44
push:
5-
branches: [ master, test ]
5+
branches: [ master, test* ]
66
pull_request:
7-
branches: [ master, test ]
7+
branches: [ master, test* ]
88

99
jobs:
1010
build:
1111

1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616
- name: make
1717
run: |
1818
cd jevents ; make
1919
- name: tester
2020
run: |
21-
#cd jevents ; ./tester disabled for now, need more mocking for the github env
22-
21+
./event_download.py GenuineIntel-6-55-4
22+
cd jevents ; EVENTMAP=GenuineIntel-6-55-4 ./tester

0 commit comments

Comments
 (0)