Skip to content

Commit 1e8d359

Browse files
committed
chore: update run tests workflow; #240
1 parent 50d3f2b commit 1e8d359

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/run_tests.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build
1+
name: run integration tests
22

33
on:
44
workflow_dispatch:
@@ -7,15 +7,16 @@ on:
77
pull_request:
88
branches: [ "master" ]
99

10-
1110
jobs:
1211
deploy:
1312
runs-on: ubuntu-latest
1413
concurrency:
1514
group: ${{ github.workflow }}-${{ github.ref }}
1615
steps:
1716
- uses: actions/checkout@v4
18-
- name: run test
19-
run: |
17+
- name: build
18+
run: |
2019
cargo build
20+
- name: run test
21+
run: |
2122
python3 integration_tests/scripts/run_test.py

0 commit comments

Comments
 (0)