Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: utam0k <[email protected]>
  • Loading branch information
utam0k committed Feb 28, 2024
1 parent 7fa84ec commit 034af9f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/actions/setup/action.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Setup

runs:
using: composite
steps:
- name: Install just
uses: taiki-e/install-action@just
- name: Install requirements
run: sudo env PATH=$PATH just ci-prepare
5 changes: 2 additions & 3 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,8 @@ jobs:
uses: taiki-e/install-action@v1
with:
tool: [email protected]
- uses: taiki-e/install-action@just
- name: Install requirements
run: sudo env PATH=$PATH just ci-prepare
- name: Setup
uses: ./.github/workflows/actions/setup
- name: Run Test Coverage for youki
run: |
cargo llvm-cov clean --workspace
Expand Down

0 comments on commit 034af9f

Please sign in to comment.