Skip to content

chore(deps): bump libc from 0.2.168 to 0.2.169 (#99) #322

chore(deps): bump libc from 0.2.168 to 0.2.169 (#99)

chore(deps): bump libc from 0.2.168 to 0.2.169 (#99) #322

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
run: cargo test
- name: cargo test (NGINX_PATH)
run: cargo test
env:
NGINX_PATH: /my/nginx