Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanTsune committed Jan 25, 2024
1 parent 68b35a3 commit d705464
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
channel: nightly
- name: Install dependencies
run: |
apt update
apt install -y fuse3 libfuse3-dev
sudo apt update
sudo apt install -y fuse3 libfuse3-dev
- name: Run rust-bench
run: |
cargo bench --locked --all-features
4 changes: 2 additions & 2 deletions .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- uses: ./.github/actions/setup-rust
- name: Install dependencies
run: |
apt update
apt install -y fuse3 libfuse3-dev
sudo apt update
sudo apt install -y fuse3 libfuse3-dev
- name: Install required cargo
run: cargo install clippy-sarif sarif-fmt
- name: Run rust-clippy
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- uses: ./.github/actions/setup-rust
- name: Install dependencies
run: |
apt update
apt install -y fuse3 libfuse3-dev
sudo apt update
sudo apt install -y fuse3 libfuse3-dev
- name: Run test
run: cargo test --locked --release
env:
Expand Down

0 comments on commit d705464

Please sign in to comment.