Skip to content

Commit

Permalink
Merge pull request #2 from grisu48/termination
Browse files Browse the repository at this point in the history
Add more tests
  • Loading branch information
grisu48 authored Mar 25, 2021
2 parents bc23662 + ef054b9 commit 16547bd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/disko-san.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
- name: Compile
run: make
- name: Prepare disk
run: truncate img -s 100MB
- name: Run disko-san on img
run: truncate img -s 20MB
- name: Run disko-san
run: ./disko-san img
- name: Run disko-san with stats
run: ./disko-san img stats
- name: Run disko-san with stats and performance log
run: ./disko-san img stats0 log

0 comments on commit 16547bd

Please sign in to comment.