Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
Signed-off-by: Akira Hayakawa <[email protected]>
  • Loading branch information
akiradeveloper committed May 1, 2024
1 parent 4550719 commit fd78f26
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
- name: Switch to root
run: sudo su -

- name: Check id
run: id

- name: Install dependencies
uses: awalsh128/cache-apt-pkgs-action@latest
with:
Expand All @@ -34,7 +37,7 @@ jobs:

- name: Test DM (non-writeboost)
working-directory: tests/device-mapper-tests
run: sudo -E cargo test -- --test-threads=1
run: cargo test -- --test-threads=1

- name: Checkout dm-writeboost-tools
uses: actions/checkout@v4
Expand Down

0 comments on commit fd78f26

Please sign in to comment.