We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93581ff commit 3677806Copy full SHA for 3677806
1 file changed
.github/workflows/ci.yml
@@ -260,10 +260,10 @@ jobs:
260
run: go build -o tin .
261
262
- name: Run example tests
263
- run: ./tin test examples/... -lm --leaks
+ run: ./tin test examples/... --leaks
264
265
- name: Run stdlib tests
266
- run: ./tin test stdlib/... -lm --leaks
+ run: ./tin test stdlib/... --leaks
267
268
- name: Run shell test scripts
269
run: |
0 commit comments