remove test because it's broken anyway

main
Volkor 1 month ago
parent 47a01b0b9a
commit 9266e4b617
Signed by: Volkor
GPG Key ID: BAD7CA8A81CC2DA5

@ -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…
Cancel
Save