2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-04-04 07:26:40 +00:00

Update .github/workflows/ci.yml

Co-Authored-By: Yoshua Wuyts <yoshuawuyts+github@gmail.com>
This commit is contained in:
nasa 2019-09-29 18:32:39 +09:00 committed by GitHub
parent f8de25168d
commit 3b213e95d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ on: [push]
jobs: jobs:
build_and_test: build_and_test:
name: Build adn test on ${{ matrix.os }} name: Build and test on ${{ matrix.os }}
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix: