Skip to content

Commit 9bcf7e8

Browse files
committed
Correct name of builtin test, add test_grammar.
1 parent 140c096 commit 9bcf7e8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,9 @@ jobs:
204204
working-directory: support
205205
run: |
206206
# Run a representative subset of CPython core tests:
207-
# - test_builtins as a test of core language pieces
207+
# - test_builtin as a test of core language tools
208+
# - test_grammar as a test of core language features
208209
# - test_os as a test of system library calls
209210
# - test_bz2 as a simple test of third party libraries
210211
# - test_ctypes as a test of FFI
211-
python -m testbed run -- test --single-process --rerun -W test_builtins test_os test_bz2 test_ctypes
212+
python -m testbed run -- test --single-process --rerun -W test_builtin test_grammar test_os test_bz2 test_ctypes

0 commit comments

Comments
 (0)