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 d08bc13 commit 68971a3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/jevents.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name: jevents build
name: jevents build and test

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

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: make
run: |
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 ./tester

0 comments on commit 68971a3

Please sign in to comment.