OK, fine. No testing.

This commit is contained in:
Jonathan 'theJPster' Pallant
2021-12-05 18:49:59 +00:00
parent 4e2c632485
commit 550578afde
3 changed files with 3 additions and 32 deletions

View File

@@ -35,15 +35,6 @@ jobs:
- run: rustup target install --toolchain=${{ matrix.rust }} thumbv6m-none-eabi
- run: cargo build --all
- run: cargo build --all --release
testing:
name: Testing
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo test --lib --target=x86_64-unknown-linux-gnu
linting:
name: Linting
runs-on: ubuntu-latest
@@ -59,7 +50,7 @@ jobs:
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-targets --all-features -- -D warnings
args: --all-features -- -D warnings
formatting:
name: Formatting
runs-on: ubuntu-latest