Skip to content

Commit 318f612

Browse files
committed
Fix test script
1 parent bec7d1e commit 318f612

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/ci_metal.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,8 @@ jobs:
2727
- name: Configure + Build
2828
run: python -m scripts.build_all
2929

30-
- name: Test CPU build
31-
run: build/mac-arm64-cpu/bin/sdkit --help
32-
33-
- name: Test Metal build
34-
run: build/mac-arm64-metal/bin/sdkit --help
30+
- name: Test build
31+
run: ./build/mac-arm64-metal-any/bin/sdkit --help
3532

3633
- name: Upload Artifact
3734
run: python -m scripts.upload_all --tag v3.0.0

0 commit comments

Comments
 (0)