Merge commit 'c4416f20dc' into sync-rustfmt
This commit is contained in:
parent
ac2b7a261c
commit
ac595dd57a
39 changed files with 533 additions and 11633 deletions
14
.github/workflows/linux.yml
vendored
14
.github/workflows/linux.yml
vendored
|
|
@ -35,15 +35,5 @@ jobs:
|
|||
sh rustup-init.sh -y --default-toolchain none
|
||||
rustup target add ${{ matrix.target }}
|
||||
|
||||
- name: build
|
||||
run: |
|
||||
rustc -Vv
|
||||
cargo -V
|
||||
cargo build
|
||||
env:
|
||||
RUSTFLAGS: '-D warnings'
|
||||
|
||||
- name: test
|
||||
run: cargo test
|
||||
env:
|
||||
RUSTFLAGS: '-D warnings'
|
||||
- name: Build and Test
|
||||
run: ./ci/build_and_test.sh
|
||||
|
|
|
|||
10
.github/workflows/mac.yml
vendored
10
.github/workflows/mac.yml
vendored
|
|
@ -32,11 +32,5 @@ jobs:
|
|||
sh rustup-init.sh -y --default-toolchain none
|
||||
rustup target add ${{ matrix.target }}
|
||||
|
||||
- name: build
|
||||
run: |
|
||||
rustc -Vv
|
||||
cargo -V
|
||||
cargo build
|
||||
|
||||
- name: test
|
||||
run: cargo test
|
||||
- name: Build and Test
|
||||
run: ./ci/build_and_test.sh
|
||||
|
|
|
|||
11
.github/workflows/windows.yml
vendored
11
.github/workflows/windows.yml
vendored
|
|
@ -57,13 +57,6 @@ jobs:
|
|||
if: matrix.target == 'x86_64-pc-windows-gnu' && matrix.channel == 'nightly'
|
||||
shell: bash
|
||||
|
||||
- name: build
|
||||
run: |
|
||||
rustc -Vv
|
||||
cargo -V
|
||||
cargo build
|
||||
shell: cmd
|
||||
|
||||
- name: test
|
||||
run: cargo test
|
||||
- name: Build and Test
|
||||
shell: cmd
|
||||
run: ci\build_and_test.bat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue