Skip to content

Commit 080cc7e

Browse files
authored
Update compiler_tests.yml
Get the basic test suite
1 parent 71ab47c commit 080cc7e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/compiler_tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@ jobs:
1212
- name: Checkout repository
1313
uses: actions/checkout@v3
1414

15+
- name: Clone BasicTestSuite
16+
run: git clone https://github.com/cocode/BasicTestSuite
17+
1518
- name: Set up Python
1619
uses: actions/setup-python@v4
1720
with:
1821
python-version: '3.13'
1922

2023
- name: Run Compiler Integration Tests
21-
run: ./run_all_tests.py -l
24+
run: ./run_all_tests.py -l -t BasicTestSuite

0 commit comments

Comments
 (0)