Skip to content

Commit

Permalink
Merge branch 'Seanstoppable-testonbuild'
Browse files Browse the repository at this point in the history
  • Loading branch information
developStorm committed May 22, 2024
2 parents 50a1225 + 5bcb0f2 commit 4d181ea
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,34 @@
name: Integration Test
name: Test
on:
push:
branches:
- master
pull_request:

jobs:
test:
name: Test
go-test:
name: Go Test
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.18

- name: Check out source
uses: actions/checkout@v4

- name: Build
run: |
go get -t ./...
make
- name: Test
run: |
make test
integration-test:
name: Integration Test
runs-on: ubuntu-latest
steps:
- name: Set up Go
Expand Down

0 comments on commit 4d181ea

Please sign in to comment.