diff --git a/.forgejo/workflows/uwu.yaml b/.forgejo/workflows/uwu.yaml index b61e14c..74c3fbc 100644 --- a/.forgejo/workflows/uwu.yaml +++ b/.forgejo/workflows/uwu.yaml @@ -16,15 +16,11 @@ jobs: - uses: https://github.com/actions-rs/cargo@v1 with: command: build - args: --release --bins - - uses: https://github.com/actions-rs/cargo@v1 - with: - command: build - args: --release --lib + args: --bins # - uses: https://github.com/actions-rs/cargo@v1 # with: - # command: test - # args: --lib + # command: build + # args: --lib clippy: runs-on: ubuntu-latest steps: @@ -39,7 +35,7 @@ jobs: - uses: https://github.com/actions-rs/cargo@v1 with: command: clippy - args: --fix --lib --bins + args: --fix --bins - id: commit name: commit uses: https://github.com/EndBug/add-and-commit@v9