mirror of
https://github.com/kopia/kopia.git
synced 2026-03-18 14:16:24 -04:00
ci: run endurance test
This commit is contained in:
25
.github/workflows/endurance-test.yml
vendored
Normal file
25
.github/workflows/endurance-test.yml
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
name: Endurance Test
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
tags:
|
||||
- v*
|
||||
schedule:
|
||||
# run on Mondays at 8AM
|
||||
- cron: '0 8 * * 1'
|
||||
jobs:
|
||||
endurance-test:
|
||||
name: Endurance Test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Set up Go.
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: ^1.16
|
||||
id: go
|
||||
- name: Check out code into the Go module directory
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Endurance Tests
|
||||
run: make endurance-tests
|
||||
Reference in New Issue
Block a user