Skip to content

Commit

Permalink
show the diff in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
geohot committed Nov 26, 2023
1 parent 5cf5a7d commit 971f874
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ jobs:
clang2py -V
- name: Generate headers
run: |
rm gpuctypes/${{ matrix.task }}.py
mv gpuctypes/${{ matrix.task }}.py gpuctypes/${{ matrix.task }}.py.bak
./generate_${{ matrix.task }}.sh
diff gpuctypes/${{ matrix.task }}.py.bak gpuctypes/${{ matrix.task }}.py || true
- name: Install gpuctypes
run: pip install .
- name: Test gpuctypes import
Expand Down

0 comments on commit 971f874

Please sign in to comment.