Skip to content

Commit

Permalink
Add runtest to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Mar 7, 2021
1 parent 38bd41a commit 724da77
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 @@ -4,8 +4,8 @@ name: disko-san
on: push

jobs:
compile:
name: Compile test
runtest:
name: Run test
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -16,3 +16,7 @@ jobs:
go-version: '1.14'
- name: Compile
run: make
- name: Prepare disk
run: truncate img -s 100MB
- name: Run disko-san on img
run: ./disko-san img stats

0 comments on commit 724da77

Please sign in to comment.