Skip to content

Commit

Permalink
add test for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
geohot committed Nov 26, 2023
1 parent 658d6f2 commit 0edfaa8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ on:
workflow_dispatch:

jobs:
mactest:
name: Mac OpenCL Test
runs-on: macos-13
timeout-minutes: 20
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Install gpuctypes
run: pip install .
- name: Run OpenCL test
run: python3 test/test_opencl.py -v

buildhip:
strategy:
fail-fast: false
Expand Down

0 comments on commit 0edfaa8

Please sign in to comment.