Skip to content

Commit cfd2fb6

Browse files
committed
run tests in ci
1 parent 3b36c63 commit cfd2fb6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

toolkit.nu

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ export def "check pr" [
3232
{ test }
3333
] | par-each { |task| $files | do $task } # TODO: buffer output
3434
}
35+
36+
test-stdlib-candidate
37+
}
38+
39+
export def test-stdlib-candidate [] {
40+
use stdlib-candidate/testing.nu
41+
testing run-tests --path stdlib-candidate/
3542
}
3643

3744
# View subcommands.

0 commit comments

Comments
 (0)