We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71ab47c commit 080cc7eCopy full SHA for 080cc7e
1 file changed
.github/workflows/compiler_tests.yml
@@ -12,10 +12,13 @@ jobs:
12
- name: Checkout repository
13
uses: actions/checkout@v3
14
15
+ - name: Clone BasicTestSuite
16
+ run: git clone https://github.com/cocode/BasicTestSuite
17
+
18
- name: Set up Python
19
uses: actions/setup-python@v4
20
with:
21
python-version: '3.13'
22
23
- name: Run Compiler Integration Tests
- run: ./run_all_tests.py -l
24
+ run: ./run_all_tests.py -l -t BasicTestSuite
0 commit comments