Skip to content

Commit

Permalink
trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed May 21, 2024
1 parent a7d3b25 commit b1a04bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ jobs:
#ls $HOME/.arturo
#ls $HOME/.arturo/bin
arturo -v
arturo tests/test.art
arturo test.art
shell: bash

- if: matrix.os != 'windows-latest'
name: Run tests (*nix)
run: |
arturo -v
arturo tests/test.art
arturo test.art
shell: bash


0 comments on commit b1a04bc

Please sign in to comment.