publish built binary, fix duplicate run
Some checks failed
Build and Test Formaty / build (push) Failing after 1m21s
Some checks failed
Build and Test Formaty / build (push) Failing after 1m21s
This commit is contained in:
parent
41b31860ca
commit
ec12552c08
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user