From 5bccc77edd393748f958d1eedcbffabada02b756 Mon Sep 17 00:00:00 2001 From: Sebastian Wiesner Date: Fri, 6 Sep 2019 17:14:40 +0200 Subject: Fix job names --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8bcfcb..5f24142 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - name: Lint (no default features) run: cargo clippy --all-targets --no-default-features - test/linux: + test_linux: runs-on: ubuntu-latest strategy: matrix: @@ -50,7 +50,7 @@ jobs: run: cargo test --target ${{ matrix.build.target }} ${{ matrix.build.flags }} - name: Format sample run: cargo run --target ${{ matrix.build.target }} ${{ matrix.build.flags }} -- sample/common-mark.md - test/macos: + test_macos: runs-on: macOS-latest steps: - uses: hecrj/setup-rust-action@v1 -- cgit v1.2.3