Skip to content

Commit

Permalink
thing
Browse files Browse the repository at this point in the history
  • Loading branch information
crckrberries committed May 8, 2024
1 parent fd43e01 commit 5547f56
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose



announce:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Send image
run: cargo run --release -- pixelflut.uwu.industries:1234 0x0 50x50 img src/test/idiot.png
- uses: actions/checkout@v4
- name: Send image
run: cargo run -- pixelflut.uwu.industries:1234 0x0 100x100 img src/test/idiot.png # not --release cause im gangsta

0 comments on commit 5547f56

Please sign in to comment.