Skip to content

Commit

Permalink
Update ci.yml with Go workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayley committed Mar 1, 2024
1 parent d450f74 commit e8b3316
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ defaults:
shell: pwsh

jobs:
ci:
name: CI
setup-python:
name: Setup Python
runs-on: Ubuntu-Latest
strategy:
matrix:
Expand All @@ -35,3 +35,16 @@ jobs:

- name: Run Test Suite
run: poetry run pytest

setup-go:
name: Setup Go
runs-on: Ubuntu-Latest

steps:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Setup Go
uses: actions/setup-go@v4
with:
go-version-file: ./go.mod

0 comments on commit e8b3316

Please sign in to comment.