Skip to content

Commit

Permalink
revise workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry34567 committed Oct 3, 2024
1 parent eb1549c commit 8dfd1da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
shell: bash
run: bison --version

# - name: Install GV
# run: make
#
# - name: Run tests
# run: make test
- name: Install GV
run: make

- name: Run tests
run: make test

0 comments on commit 8dfd1da

Please sign in to comment.