Compare commits
3 Commits
workflow-t
...
7f1162c999
| Author | SHA1 | Date | |
|---|---|---|---|
| 7f1162c999 | |||
| afb00ba57a | |||
| 1ec217732f |
@@ -4,6 +4,9 @@ on:
|
|||||||
types:
|
types:
|
||||||
- published
|
- published
|
||||||
pull_request:
|
pull_request:
|
||||||
|
types:
|
||||||
|
- opened
|
||||||
|
- edited
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
@@ -12,10 +15,6 @@ 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 --release
|
run: cargo test
|
||||||
- name: Run build
|
- name: Run tests
|
||||||
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