Skip to content
Snippets Groups Projects
Unverified Commit ffd9ebab authored by Volkor Barbarian Warrior's avatar Volkor Barbarian Warrior
Browse files

back at it, testing CI

parent 077963a7
No related branches found
No related tags found
No related merge requests found
# name: Format, check and test
# on: [push, pull_request]
name: cargo-check
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
\ No newline at end of file
jobs:
check:
name: cargo check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- run: cargo check --all-features
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment