Skip to content

Commit

Permalink
fix: do not test blst-z on other platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths committed Jan 23, 2025
1 parent cbbbf13 commit 19fc95e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,13 @@ jobs:
run: |
ls -la blst/libblst.a
- name: Build blst-z
- name: Build and test blst-z on host
run: |
zig build -Dtarget=${{ matrix.platform }} test
zig build test
- name: Build blst-z on ${{ matrix.platform }}
run: |
zig build -Dtarget=${{ matrix.platform }}
- name: Upload artifacts for testing
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 19fc95e

Please sign in to comment.