Skip to content

Commit 793c003

Browse files
authored
Update precommit.yml
1 parent 974bfe3 commit 793c003

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/precommit.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -63,21 +63,21 @@ jobs:
6363
pip3 list
6464
bazel --version
6565
66-
# - name: build-lua5.1
67-
# run: |
68-
# bazel --bazelrc=.bazelrc build --config=lua5_1 ${{ matrix.config }} //...
69-
# - name: test-lua5.1
70-
# if: (!contains(matrix.cfg.config, 'arm64'))
71-
# run: |
72-
# bazel --bazelrc=.bazelrc test --config=lua5_1 ${{ matrix.config }} --test_output=errors //...
73-
74-
# - name: build-lua5.2
75-
# run: |
76-
# bazel --bazelrc=.bazelrc build --config=lua5_2 ${{ matrix.config }} //...
77-
# - name: test-lua5.2
78-
# if: (!contains(matrix.cfg.config, 'arm64'))
79-
# run: |
80-
# bazel --bazelrc=.bazelrc test --config=lua5_2 ${{ matrix.config }} --test_output=errors //...
66+
- name: build-lua5.1
67+
run: |
68+
bazel --bazelrc=.bazelrc build --config=lua5_1 ${{ matrix.config }} //...
69+
- name: test-lua5.1
70+
if: (!contains(matrix.cfg.config, 'arm64'))
71+
run: |
72+
bazel --bazelrc=.bazelrc test --config=lua5_1 ${{ matrix.config }} --test_output=errors //...
73+
74+
- name: build-lua5.2
75+
run: |
76+
bazel --bazelrc=.bazelrc build --config=lua5_2 ${{ matrix.config }} //...
77+
- name: test-lua5.2
78+
if: (!contains(matrix.cfg.config, 'arm64'))
79+
run: |
80+
bazel --bazelrc=.bazelrc test --config=lua5_2 ${{ matrix.config }} --test_output=errors //...
8181
8282
- name: build-luajit
8383
run: |

0 commit comments

Comments
 (0)