Skip to content

Commit

Permalink
Rename register_(hash)_functions to plural for consistency (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Mar 20, 2024
1 parent 79afd55 commit 0e37461
Show file tree
Hide file tree
Showing 11 changed files with 195 additions and 190 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- uses: Swatinem/rust-cache@v2
if: github.event_name != 'release' && github.event_name != 'workflow_dispatch'
- run: just test
- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2

msrv:
name: Test MSRV
Expand Down Expand Up @@ -117,9 +119,9 @@ jobs:
EXTENSION_FILE: target/${{ matrix.target }}/release/examples/${{ matrix.file }}
SQLITE3_BIN: ${{ matrix.sqlite3 }}
run: ./tests/test-ext.sh
# - name: Test ${{ matrix.target }} extension
# if: matrix.target != 'aarch64-apple-darwin'
# run: just sqlite3=${{ matrix.sqlite3 }} extension_file=target/${{ matrix.target }}/release/examples/${{ matrix.file }} test-ext
# - name: Test ${{ matrix.target }} extension
# if: matrix.target != 'aarch64-apple-darwin'
# run: just sqlite3=${{ matrix.sqlite3 }} extension_file=target/${{ matrix.target }}/release/examples/${{ matrix.file }} test-ext
- name: Package
run: |
pushd target/${{ matrix.target }}/release/examples
Expand Down
Loading

0 comments on commit 0e37461

Please sign in to comment.