We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80775f7 commit a9bf348Copy full SHA for a9bf348
ci/script.sh
@@ -7,6 +7,9 @@ main() {
7
cargo fmt
8
fi
9
cross test --target $TARGET --release
10
+
11
+ # TODO need to fix overflow issues (cf. issue #4)
12
+ # cross test --target $TARGET
13
}
14
15
main
0 commit comments