File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments