publish built binary, fix duplicate run
Some checks failed
Build and Test Formaty / build (push) Failing after 1m21s

This commit is contained in:
Joey Hines 2026-03-22 15:28:16 -06:00
parent 41b31860ca
commit ec12552c08
Signed by: joeyahines
GPG Key ID: E99D8FB14855100E

View File

@ -1,5 +1,5 @@
name: Build and Test Formaty
on: [push, pull_request]
on: [push]
jobs:
build:
@ -22,3 +22,8 @@ jobs:
run: task build
- name: Run Unit Tests
run: task test
- name: Upload Built Binary
uses: actions/upload-artifact@v4
with:
name: formaty
path: target/debug/formaty