Skip to content

Commit b10a595

Browse files
authored
test: Split build and test into two different steps
1 parent df82452 commit b10a595

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-wasm_runtime.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
runs-on: ${{ matrix.os }}
1919
steps:
2020
- uses: actions/checkout@v3
21+
- name: Build
22+
working-directory: ./wasm_runtime
23+
run: cargo build --verbose
2124
- name: Run tests
2225
working-directory: ./wasm_runtime
2326
run: cargo test --verbose

0 commit comments

Comments
 (0)