Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ainozaki committed Mar 20, 2024
1 parent 01b0ffa commit 26ec51f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 20 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/actions/setup/action.yaml

This file was deleted.

10 changes: 7 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
with:
submodules: true
- name: Setup
uses: ./.github/workflows/actions/setup
uses: dtolnay/rust-toolchain@stable
env:
LLVM_SYS_150_PREFIX: /home/runner/.wasker/clang+llvm-15.0.0-x86_64-linux-gnu-rhel-8.4
- name: Run clippy
run: cargo clippy --all-targets --all-features -- -D warnings
test:
Expand All @@ -30,6 +32,8 @@ jobs:
with:
submodules: true
- name: Setup
uses: ./.github/workflows/actions/setup
- name: Run test
uses: dtolnay/rust-toolchain@stable
env:
LLVM_SYS_150_PREFIX: /home/runner/.wasker/clang+llvm-15.0.0-x86_64-linux-gnu-rhel-8.4
- name: Run test
run: cargo test --all -- --nocapture

0 comments on commit 26ec51f

Please sign in to comment.