add basic rust ci using task #1
@ -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