Skip to content

Commit

Permalink
Drop make -i in github test
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed Jan 14, 2022
1 parent a475020 commit a613e62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on: push
jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579

- name: build
run: make

- name: test
run: make -i check # notice: verification is not fully automated
run: make check

0 comments on commit a613e62

Please sign in to comment.