Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 14dca04

Browse files
committed
add comment about issue #4
1 parent dfd8c9c commit 14dca04

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libm/ci/script.sh

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ main() {
77
cargo fmt
88
fi
99
cross test --target $TARGET --release
10+
11+
# TODO need to fix overflow issues (cf. issue #4)
12+
# cross test --target $TARGET
1013
}
1114

1215
main

0 commit comments

Comments
 (0)