File tree Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -53,15 +53,20 @@ jobs:
53
53
cd ~/.cargo/bin
54
54
tar -xzf cross-x86_64-unknown-linux-gnu.tar.gz
55
55
56
- - name : Test
57
- if : matrix.tests == ''
58
- run : sh .github/workflows/test.sh
59
- env :
60
- TARGET : ${{ matrix.target }}
61
- SKIP_CROSS : ${{ matrix.cross }}
62
- SKIP_AUTO_SPLITTING : ${{ matrix.auto_splitting }}
63
- SKIP_NETWORKING : ${{ matrix.networking }}
64
- SKIP_SOFTWARE_RENDERING : ${{ matrix.software_rendering }}
56
+ - name : Install bisect
57
+ run : |
58
+ cargo install cargo-bisect-rustc
59
+ cargo bisect-rustc rustc --start=9c3bc805d --end=e9e6e2e44 -- test --all-features
60
+
61
+ # - name: Test
62
+ # if: matrix.tests == ''
63
+ # run: sh .github/workflows/test.sh
64
+ # env:
65
+ # TARGET: ${{ matrix.target }}
66
+ # SKIP_CROSS: ${{ matrix.cross }}
67
+ # SKIP_AUTO_SPLITTING: ${{ matrix.auto_splitting }}
68
+ # SKIP_NETWORKING: ${{ matrix.networking }}
69
+ # SKIP_SOFTWARE_RENDERING: ${{ matrix.software_rendering }}
65
70
66
71
- name : Upload screenshots
67
72
if : matrix.tests == '' && (success() || failure())
You can’t perform that action at this time.
0 commit comments