Update workflow

This commit is contained in:
August 2025-01-08 15:06:27 -05:00
parent c8b9782133
commit 4d0e68446d
Signed by: shibedrill
GPG Key ID: 5FE0CB25945EFAA2

View File

@ -16,10 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Check
run: cargo check
- name: Clippy
run: cargo clippy
- run: cargo check
- run: cargo clippy
build:
@ -27,9 +25,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Check
run: cargo check
- name: Build
run: cargo build
- name: Run tests
run: cargo test
- run: rustup update
- run: cargo build --release
- uses: actions/upload-artifact@v4
with:
path: target/release/shibe-bot