|
|
@ -8,6 +8,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v1 |
|
|
|
- uses: actions/checkout@v1 |
|
|
|
|
|
|
|
- run: rustup update |
|
|
|
- run: rustup component add rustfmt |
|
|
|
- run: rustup component add rustfmt |
|
|
|
- run: cargo fmt -- --check |
|
|
|
- run: cargo fmt -- --check |
|
|
|
|
|
|
|
|
|
|
@ -16,6 +17,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v1 |
|
|
|
- uses: actions/checkout@v1 |
|
|
|
|
|
|
|
- run: rustup update |
|
|
|
- run: rustup component add clippy |
|
|
|
- run: rustup component add clippy |
|
|
|
- run: cargo clippy --all --all-targets |
|
|
|
- run: cargo clippy --all --all-targets |
|
|
|
|
|
|
|
|
|
|
@ -25,6 +27,7 @@ jobs: |
|
|
|
- uses: actions/checkout@v1 |
|
|
|
- uses: actions/checkout@v1 |
|
|
|
with: |
|
|
|
with: |
|
|
|
submodules: true |
|
|
|
submodules: true |
|
|
|
|
|
|
|
- run: rustup update |
|
|
|
- run: cargo build |
|
|
|
- run: cargo build |
|
|
|
- run: cargo test --verbose --all |
|
|
|
- run: cargo test --verbose --all |
|
|
|
env: |
|
|
|
env: |
|
|
|