Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit c95957f

Browse files
committed
fixed test worflow
1 parent a081c87 commit c95957f

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111

1212
jobs:
1313
test:
14-
name: ${{matrix.build.name}} on ${{ matrix.build.os }}
14+
name: ${{matrix.build.name}}
1515
runs-on: ${{ matrix.build.os }}
1616
env:
1717
CARGO_BUILD_TARGET: ${{ matrix.build.target }}
@@ -38,7 +38,7 @@ jobs:
3838
cxx: clang++-9
3939
ld: ld.lld-9
4040
cargoflags: --features="generate-bindings,onig"
41-
name: -fsanitize=address
41+
name: asan
4242
run: CXXFLAGS="-fsanitize=address" make clean test
4343

4444
- os: ubuntu-latest
@@ -47,7 +47,7 @@ jobs:
4747
cxx: clang++-9
4848
ld: ld.lld-9
4949
cargoflags: --features="generate-bindings,onig"
50-
name: test
50+
name: test on linux
5151
run: make clean test
5252

5353
- os: macos-latest
@@ -56,7 +56,7 @@ jobs:
5656
cxx: clang++
5757
ld: ld
5858
cargoflags: --features="generate-bindings,onig"
59-
name: test
59+
name: test on mac
6060
run: make clean test
6161

6262
- os: windows-latest
@@ -65,7 +65,7 @@ jobs:
6565
cxx: cl.exe
6666
ld: link.exe
6767
cargoflags: ""
68-
name: test
68+
name: test on windows
6969
run: make clean test
7070

7171
steps:
@@ -90,12 +90,6 @@ jobs:
9090
- name: checkout
9191
uses: actions/checkout@v2
9292

93-
- name: build rust object
94-
shell: bash
95-
run: |
96-
make setup
97-
make rust-object
98-
9993
- name: install valgrind
10094
if: runner.os == 'Linux'
10195
run: |

0 commit comments

Comments
 (0)