Skip to content

Commit f273965

Browse files
committed
update
Signed-off-by: George Lemon <georgelemon@protonmail.com>
1 parent 2723121 commit f273965

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ on:
33
push:
44
tags:
55
- '*.*.*'
6-
# branches:
7-
# - main
6+
branches:
7+
- main
88
env:
99
nim-version: 'stable'
1010
nim-src: src/${{ github.event.repository.name }}.nim

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
nim-version: ${{ matrix.nim-version }}
2727
repo-token: ${{ secrets.GITHUB_TOKEN }}
2828
- run: nimble install -Y
29-
- run: nimble test
29+
- run: nimble test -d:release

0 commit comments

Comments
 (0)