Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 587a0be9cf | |||
| 7c499c1e93 | |||
| 03e830575d | |||
| 4733dd12ed | |||
| 72973791db | |||
| 59fba3ef7a | |||
| 807d75ac31 |
@@ -4,9 +4,6 @@ on:
|
|||||||
types:
|
types:
|
||||||
- published
|
- published
|
||||||
pull_request:
|
pull_request:
|
||||||
types:
|
|
||||||
- opened
|
|
||||||
- edited
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
@@ -15,6 +12,10 @@ jobs:
|
|||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test
|
run: cargo test --release
|
||||||
- name: Run tests
|
- name: Run build
|
||||||
run: cargo build --release --target x86_64-unknown-linux-gnu
|
run: cargo build --release --target x86_64-unknown-linux-gnu
|
||||||
|
- uses: https://github.com/christopherHX/gitea-upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: rusty-task
|
||||||
|
path: target/x86_64-unknown-linux-gnu/release/rusty-tasks
|
||||||
|
|||||||
Reference in New Issue
Block a user