Skip to content

Commit

Permalink
spruce up 'test' job in GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
jub0bs committed Jan 27, 2025
1 parent 4c15c4e commit bc83cd2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on: [push]

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest]
go-version: [1.23]
name: Tests ${{ matrix.os }} @ Go ${{ matrix.go-version }}
runs-on: ${{ matrix.os }}
steps:
- name: Check out Source
uses: actions/checkout@v4
Expand Down

0 comments on commit bc83cd2

Please sign in to comment.