remove test because it's broken anyway
parent
47a01b0b9a
commit
9266e4b617
@ -1,15 +1,15 @@
|
||||
name: Format, check and test
|
||||
on: [push, pull_request]
|
||||
# name: Format, check and test
|
||||
# on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
formatting:
|
||||
name: cargo fmt
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
# Ensure rustfmt is installed and setup problem matcher
|
||||
- uses: https://github.com/actions-rust-lang/setup-rust-toolchain@v1
|
||||
with:
|
||||
components: rustfmt
|
||||
- name: Rustfmt Check
|
||||
uses: https://github.com/actions-rust-lang/rustfmt@v1
|
||||
# jobs:
|
||||
# formatting:
|
||||
# name: cargo fmt
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - uses: actions/checkout@v3
|
||||
# # Ensure rustfmt is installed and setup problem matcher
|
||||
# - uses: https://github.com/actions-rust-lang/setup-rust-toolchain@v1
|
||||
# with:
|
||||
# components: rustfmt
|
||||
# - name: Rustfmt Check
|
||||
# uses: https://github.com/actions-rust-lang/rustfmt@v1
|
Loading…
Reference in New Issue