Skip to content

Commit f11fc84

Browse files
authored
Merge pull request #174 from Alexhuszagh/lean
Move test data to submodule. This dramatically reduces the size of shallow clones.
2 parents 28985e5 + e6d45c2 commit f11fc84

31 files changed

+9
-5269696
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

lexical-parse-float/etc/correctness/test-parse-golang/parse-number-fxx-test-data/AUTHORS

Lines changed: 0 additions & 13 deletions
This file was deleted.

lexical-parse-float/etc/correctness/test-parse-golang/parse-number-fxx-test-data/CONTRIBUTORS

Lines changed: 0 additions & 35 deletions
This file was deleted.

lexical-parse-float/etc/correctness/test-parse-golang/parse-number-fxx-test-data/LICENSE

Lines changed: 0 additions & 201 deletions
This file was deleted.

lexical-parse-float/etc/correctness/test-parse-golang/parse-number-fxx-test-data/README.md

Lines changed: 0 additions & 113 deletions
This file was deleted.

0 commit comments

Comments
 (0)