mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-12 05:59:14 +00:00
GORM v1.25.7. (#59)
This commit is contained in:
19
.github/workflows/gorm.yml
vendored
Normal file
19
.github/workflows/gorm.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
name: Cross compile
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set up
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: stable
|
||||
|
||||
- name: Test
|
||||
run: gormlite/test.sh
|
||||
Reference in New Issue
Block a user