4 Commits

Author SHA1 Message Date
6b8b8a8f51 Merge pull request 'test' (#5) from workflow-test into main
All checks were successful
Test / test (push) Successful in 39s
Reviewed-on: #5
2026-04-15 00:43:30 -04:00
7f1162c999 Merge branch 'main' into workflow-test
All checks were successful
Test / test (push) Successful in 39s
Build / test (pull_request) Successful in 1m14s
2026-04-15 00:43:22 -04:00
afb00ba57a Merge branch 'workflow-test'
All checks were successful
Test / test (push) Successful in 40s
2026-04-15 00:40:12 -04:00
1ec217732f build workflow
All checks were successful
Test / test (push) Successful in 41s
2026-04-15 00:29:05 -04:00

View File

@@ -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