Skip to content

Commit 00ea324

Browse files
authored
Merge pull request #16 from antoyo/fix-u128-float
Fix u128 and float
2 parents 0ced9f4 + 3704f52 commit 00ea324

File tree

4 files changed

+58
-1024
lines changed

4 files changed

+58
-1024
lines changed

Diff for: .github/workflows/main.yml

-6
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ jobs:
7373
args: --release
7474

7575
- name: Test
76-
continue-on-error: true # TODO: remove when this pass.
7776
run: |
7877
# Enable backtraces for easier debugging
7978
export RUST_BACKTRACE=1
@@ -83,8 +82,3 @@ jobs:
8382
export RUN_RUNS=2
8483
8584
./test.sh --release
86-
87-
- name: libcore's tests
88-
run: |
89-
cd build_sysroot/sysroot_src/library/core/tests/
90-
CHANNEL=release ../../../../../cargo.sh test -- --skip num::dec2flt::special_code_paths

0 commit comments

Comments
 (0)