Skip to content

Commit

Permalink
Merge pull request #28 from marcransome/feature/enable-tests
Browse files Browse the repository at this point in the history
Enable all workflow tests
  • Loading branch information
marcransome authored Feb 15, 2021
2 parents 023f3b6 + bbcbc8c commit f25e537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
cd $GITHUB_WORKSPACE
set -xg FORCE_COLOR 2
fishtape test/{create,remove,edit,list,status,drain,load,unload}.fish | node_modules/.bin/tap-diff
fishtape test/*.fish | node_modules/.bin/tap-diff
shell: fish {0}
test-linux:
runs-on: ubuntu-latest
Expand All @@ -50,5 +50,5 @@ jobs:
run: |
cd $GITHUB_WORKSPACE
set -xg FORCE_COLOR 2
fishtape test/{create,remove,edit,list,status,drain,load,unload}.fish | node_modules/.bin/tap-diff
fishtape test/*.fish | node_modules/.bin/tap-diff
shell: fish {0}

0 comments on commit f25e537

Please sign in to comment.