test #6

Open
andrei-stoica wants to merge 7 commits from workflow-test into main

View File

@@ -4,9 +4,6 @@ on:
types:
- published
pull_request:
types:
- opened
- edited
jobs:
test:
@@ -15,6 +12,10 @@ jobs:
- uses: actions/checkout@v5
- uses: dtolnay/rust-toolchain@stable
- name: Run tests
run: cargo test
- name: Run tests
run: cargo test --release
- name: Run build
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