diff --git a/.gitea/workflows/checks.yaml b/.gitea/workflows/checks.yaml index 9ecfd01..690c6f4 100644 --- a/.gitea/workflows/checks.yaml +++ b/.gitea/workflows/checks.yaml @@ -35,4 +35,5 @@ jobs: steps: - uses: actions/checkout@v3 - uses: actions-rust-lang/setup-rust-toolchain@v1 - - run: cargo test --all-features \ No newline at end of file + - run: cargo test --all-features + \ No newline at end of file