Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
potsrevennil committed Dec 9, 2024
1 parent 56a6d16 commit 04d55d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: check
run: |
echo "hello ${{ matrix.target.hello }}"
echo "hello ${{ matrix.target.hello == '' }}"
- name: make quickcheck
run: |
OPT=0 make quickcheck >/dev/null
Expand Down

0 comments on commit 04d55d5

Please sign in to comment.