Skip to content

Commit a9bf348

Browse files
committed
add comment about issue #4
1 parent 80775f7 commit a9bf348

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)