Skip to content

Commit

Permalink
(ci) Run tests on all supported platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
perlun committed Jan 23, 2022
1 parent 2ab1d1a commit 5086852
Showing 1 changed file with 9 additions and 19 deletions.
28 changes: 9 additions & 19 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,17 @@
name: .NET Core build & test
name: .NET run tests

on: [push]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1

- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x

- name: Re-generate auto-generated files
run: make auto-generated

- name: Build with dotnet
run: dotnet build --configuration Release

test:
runs-on: ubuntu-latest
runs-on: ${{ matrix.runner }}

strategy:
matrix:
runner:
- windows-2022
- ubuntu-20.04
- macos-11

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 5086852

Please sign in to comment.