Skip to content

test(compat): bump OpenResty 1.25.3.1 -> 1.25.3.2 in matrix (#82) #282

test(compat): bump OpenResty 1.25.3.1 -> 1.25.3.2 in matrix (#82)

test(compat): bump OpenResty 1.25.3.1 -> 1.25.3.2 in matrix (#82) #282

Workflow file for this run

name: test
on:
push:
branches:
- main
paths-ignore:
- '*.md'
pull_request:
branches:
- '*'
paths-ignore:
- '*.md'
defaults:
run:
shell: bash
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
with:
build: true
- name: cargo test
uses: actions-rs/cargo@v1
with:
command: test
- name: cargo test (NGINX_PATH)
uses: actions-rs/cargo@v1
env:
NGINX_PATH: /my/nginx
with:
command: test