Skip to content

Commit

Permalink
Fix float-test
Browse files Browse the repository at this point in the history
  • Loading branch information
maejima-fumika committed Sep 11, 2024
1 parent 42a71df commit 31e5422
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/core_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: Run c-runtime-test2
run: ./c-runtime-test2

- name: Build test-float
run: gcc -DTEST64 test-float.c -o test-float
- name: Build float-test
run: gcc -DTEST64 float-test.c -o float-test

- name: Run test-float
run: ./test-float
- name: Run float-test
run: ./float-test

0 comments on commit 31e5422

Please sign in to comment.