Skip to content

Commit

Permalink
Merge pull request #146 from asomers/df-T
Browse files Browse the repository at this point in the history
During CI, identify the type of file system under test
  • Loading branch information
asomers committed Mar 9, 2024
2 parents ca2415a + 631dbec commit f871a78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ build: &BUILD
- cd rust
- cargo test
- cargo build --all-targets --release
- df -T /tmp
- target/release/pjdfstest -c $CFG -p /tmp
- su $SU_ARGS "target/release/pjdfstest -c $CFG -p /tmp"
- rustup component add clippy
Expand Down

0 comments on commit f871a78

Please sign in to comment.