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 839c588 commit 56a6d16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
runs-on: ${{ matrix.target.runner }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: check
run: |
echo "hello ${{ matrix.target.hello }}"
- name: make quickcheck
run: |
OPT=0 make quickcheck >/dev/null
Expand Down

0 comments on commit 56a6d16

Please sign in to comment.