Skip to content

Allow Network Charges #359

Allow Network Charges

Allow Network Charges #359

Workflow file for this run

---
name: test
on:
push:
branches: [main]
pull_request:
branches: ['*']
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.11.5
- run: make test QUIET=
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.11.5
- run: make check QUIET=