Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
tarka committed Jun 27, 2024
1 parent 7420ae5 commit 25bc984
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,19 +77,19 @@ jobs:
run: ~/.cargo/bin/cargo test --workspace --features=test_no_reflink,test_no_sockets,test_run_expensive

freebsd:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: vmactions/freebsd-vm@v1
with:
usesh: true
prepare: |
pkg install -y curl
pw user add -n testing -m
run: |
su testing -c '
curl -sSf https://sh.rustup.rs | sh /dev/stdin -y \
&& ~/.cargo/bin/cargo test --workspace --features=test_no_reflink,test_no_sockets \
&& ~/.cargo/bin/cargo clean
'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: vmactions/freebsd-vm@v1
with:
usesh: true
prepare: |
pkg install -y curl
pw user add -n testing -m
run: |
su testing -c '
curl -sSf https://sh.rustup.rs | sh /dev/stdin -y \
&& ~/.cargo/bin/cargo test --workspace --features=test_no_reflink,test_no_sockets \
&& ~/.cargo/bin/cargo clean
'

0 comments on commit 25bc984

Please sign in to comment.