Skip to content

Commit e4565b3

Browse files
committed
run test in release mode
1 parent 7f4acba commit e4565b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v2
2121
- uses: jiro4989/setup-nim-action@v1
22-
- run: nimble test -Y
22+
- run: nimble test -Y
23+
- run: nimble test -Y -d:release

0 commit comments

Comments
 (0)