Skip to content

Commit 01cbbcc

Browse files
committed
Update github action for long run test
runs every day at 05:00
1 parent 9b8ecfc commit 01cbbcc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [ master ]
66
pull_request:
77
branches: [ master ]
8+
schedule: [cron: "0 */5 * * *"]
9+
workflow_dispatch:
810

911
env:
1012
CARGO_TERM_COLOR: always
@@ -20,7 +22,9 @@ jobs:
2022
run: cargo build --verbose
2123
- name: Run tests
2224
run: make test
25+
2326
- name: Archive test log
27+
if: ${{ failure() }}
2428
uses: actions/upload-artifact@v4
2529
with:
2630
name: test log

0 commit comments

Comments
 (0)