Skip to content

Commit

Permalink
Optimize CI process
Browse files Browse the repository at this point in the history
  • Loading branch information
joii2020 committed Oct 12, 2023
1 parent cf5c2c6 commit 93f4fef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
run: make -f examples/auth-demo/Makefile.clang all
- name: Run auth_rust tests
run: cd tests/auth_rust && cargo test
- name: Clean auth_rust
run: rm -rf tests/auth_rust/target
- name: Install ckb-debugger
run: cd tests/auth_spawn_rust && make install
- name: Run auth_spawn_rust tests
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
run: make all-via-docker
- name: Run auth_rust tests
run: cd tests/auth_rust && bash run.sh
- name: Clean auth_rust
run: rm -rf tests/auth_rust/target
- name: Install ckb-debugger
run: cd tests/auth_spawn_rust && make install
- name: Run auth_spawn_rust tests
Expand Down

0 comments on commit 93f4fef

Please sign in to comment.