File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
src/tools/miri/.github/workflows Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1111 - ' master'
1212 schedule :
1313 - cron : ' 6 6 * * *' # At 6:06 UTC every day.
14- - cron : ' 22 * * * *' # Also each hour, for testing
1514
1615env :
1716 CARGO_UNSTABLE_SPARSE_REGISTRY : ' true'
1817
18+ defaults :
19+ run :
20+ shell : bash
21+
1922jobs :
2023 build :
2124 runs-on : ${{ matrix.os }}
6063
6164 - name : Install rustup-toolchain-install-master
6265 if : ${{ steps.cache.outputs.cache-hit != 'true' }}
63- shell : bash
64- run : |
65- cargo install -f rustup-toolchain-install-master
66+ run : cargo install -f rustup-toolchain-install-master
6667
6768 - name : Install "master" toolchain
68- shell : bash
6969 run : |
7070 if [[ ${{ github.event_name }} == 'schedule' ]]; then
7171 echo "Building against latest rustc git version"
8080 cargo -V
8181
8282 - name : Test
83- run : bash ./ci.sh
83+ run : ./ci.sh
8484
8585 style :
8686 name : style checks
@@ -163,7 +163,6 @@ jobs:
163163 - name : Install zulip-send
164164 run : pip3 install zulip
165165 - name : Send Zulip notification
166- shell : bash
167166 env :
168167 ZULIP_BOT_EMAIL : ${{ secrets.ZULIP_BOT_EMAIL }}
169168 ZULIP_API_TOKEN : ${{ secrets.ZULIP_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments