mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-04 06:53:11 +00:00
Edit CI.yml file to fix failing syntax
This commit is contained in:
parent
94cf62d436
commit
878c57ae95
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
@ -39,7 +39,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Run Endurance Test
|
- name: Run Endurance Test
|
||||||
run: |
|
run: |
|
||||||
go test -p=1 -v ./waku -count=1 -timeout=360m -run '^(?!TestStress).*' | tee testlogs.log
|
# matches every Test… function *except* TestStress
|
||||||
|
go test -p=1 -v ./waku -count=1 -timeout=360m \
|
||||||
|
-run '^Test($|[^S]|S[^t])' | tee testlogs.log
|
||||||
|
|
||||||
- name: Upload Test Logs
|
- name: Upload Test Logs
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user