Update build-and-test.yml

This commit is contained in:
Ben Letham 2021-01-07 13:18:51 -08:00 committed by GitHub
parent dbf8cc373d
commit eed6aa1660
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
name: Build and Test Workflow
name: Build
on:
push:
@ -7,7 +7,7 @@ on:
branches: [ master ]
jobs:
tests-and-coverage:
build-and-test:
runs-on: ubuntu-latest
strategy: