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