Skip to content

Commit

Permalink
Move from staging to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Jan 26, 2024
1 parent 47ef402 commit b11be66
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/go-test-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,27 @@ jobs:
matrix:
go: ["1.21"]
os: [ubuntu-latest]
senzingapi-version: [staging]
senzingapi-version: [latest]
name: "go test with Senzing: ${{ matrix.senzingapi-version }}; OS: ${{ matrix.os }}; Go: ${{ matrix.go }}"
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}

- name: Install Senzing API
uses: Senzing/github-action-install-senzing-api@latest
with:
senzingapi-version: ${{ matrix.senzingapi-version }}

- run: mkdir /tmp/sqlite

- run: touch /tmp/sqlite/G2C.db

- name: Run go test
run: go test -v -p 1 ./...

0 comments on commit b11be66

Please sign in to comment.