Skip to content

Commit 830f0c5

Browse files
committed
ci: openlibm SKIP_FP_EXCEPT_TEST=1
1 parent ffbde2f commit 830f0c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/openlibm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
- name: Build Openlibm
3939
run: make -C libm/openlibm -j`nproc`
4040
- name: Run Test
41-
run: make -j`nproc` USE_OPENLIBM=1
41+
run: make -j`nproc` USE_OPENLIBM=1 SKIP_FP_EXCEPT_TEST=1
4242
- name: Show Test Result
4343
run: cat src/REPORT

0 commit comments

Comments
 (0)