We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ced9f4 + 3704f52 commit 00ea324Copy full SHA for 00ea324
.github/workflows/main.yml
@@ -73,7 +73,6 @@ jobs:
73
args: --release
74
75
- name: Test
76
- continue-on-error: true # TODO: remove when this pass.
77
run: |
78
# Enable backtraces for easier debugging
79
export RUST_BACKTRACE=1
@@ -83,8 +82,3 @@ jobs:
83
82
export RUN_RUNS=2
84
85
./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