Skip to content

Rewrite pattern parser #36

Rewrite pattern parser

Rewrite pattern parser #36

Workflow file for this run

name: Continuous Integration
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
name: Test Grok
runs-on: ${{ matrix.os }}
strategy:
matrix:
build: [linux, macos, windows]
include:
- build: linux
os: ubuntu-latest
rust: stable
- build: macos
os: macos-latest
rust: stable
- build: windows
os: windows-latest
rust: stable
steps:

Check failure on line 28 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 28
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: test
- uses: actions-rs/cargo@v1
with:
command: test
args: --no-default-features --features fancy-regex
- uses: actions-rs/cargo@v1
with:
command: test
args: --no-default-features --features pcre2
- uses: actions-rs/cargo@v1
with:
command: test
args: --no-default-features --features onig
- uses: actions-rs/cargo@v1
with:
command: test
args: --no-default-features --features regex