Skip to content

Commit

Permalink
add test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jorendumoulin committed Nov 6, 2023
1 parent 08aee83 commit 4b6879d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/lit-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: python-tests

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

permissions:
contents: read

jobs:
python-tests:

runs-on: ubuntu-latest
container:
image: ghcr.io/kuleuven-micas/snax-mlir:pr-9

steps:
- uses: actions/checkout@v3
- name: Test with lit
shell: bash
run: lit tests/filecheck

0 comments on commit 4b6879d

Please sign in to comment.