Skip to content

Commit

Permalink
use "make test"
Browse files Browse the repository at this point in the history
  • Loading branch information
xiam committed Jul 13, 2021
1 parent 38a1aec commit c165aee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -28,5 +28,5 @@ jobs:
echo "DB_HOST=127.0.0.1" >> $GITHUB_ENV
echo "UPPER_DB_LOG=ERROR" >> $GITHUB_ENV
- name: Execute target
run: make ${{ matrix.target }}
- name: Run target
run: make test

0 comments on commit c165aee

Please sign in to comment.