Skip to content

Commit 20326b3

Browse files
committed
Add data back as a submodule.
1 parent c4bffe2 commit 20326b3

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.github/workflows/Comprehensive.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ jobs:
1616
with:
1717
toolchain: nightly
1818
components: rustfmt, clippy
19+
- run: git submodule update --init
1920
- run: ci/comprehensive.sh

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "lexical-parse-float/etc/correctness/test-parse-golang/parse-number-fxx-test-data"]
2+
path = lexical-parse-float/etc/correctness/test-parse-golang/parse-number-fxx-test-data
3+
url = https://github.com/Alexhuszagh/parse-number-fxx-test-data

0 commit comments

Comments
 (0)