mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-02 14:03:10 +00:00
Fix CI yml
This commit is contained in:
parent
31117ce0fb
commit
d70d8c3dec
7
.github/workflows/CI.yml
vendored
7
.github/workflows/CI.yml
vendored
@ -1,12 +1,15 @@
|
||||
name: Endurance Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
branches: [ "stress_test" ]
|
||||
schedule:
|
||||
- cron: '0 2 * * *'
|
||||
|
||||
jobs:
|
||||
endurance:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v3
|
||||
@ -32,7 +35,7 @@ jobs:
|
||||
- name: Build nwaku dependencies
|
||||
run: make -C waku
|
||||
|
||||
- name: Run Stress Test
|
||||
- name: Run Endurance Test
|
||||
run: |
|
||||
go test -v ./waku/stress_test.go -count=1 -timeout=360m | tee testlogs.log
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user