Compare commits
2 Commits
workflow-t
...
afb00ba57a
| Author | SHA1 | Date | |
|---|---|---|---|
| afb00ba57a | |||
| 1ec217732f |
@@ -1,9 +1,9 @@
|
||||
name: Build
|
||||
on:
|
||||
release:
|
||||
types:
|
||||
- published
|
||||
pull_request:
|
||||
- release:
|
||||
types: [published]
|
||||
- pull_request:
|
||||
types: [opened, edited]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
@@ -12,10 +12,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