Skip to content

bump version

bump version #90

Workflow file for this run

name: Test Httpx
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
version:
- devel
steps:
- uses: actions/checkout@v3
- uses: jiro4989/setup-nim-action@v1
with:
nim-version: ${{ matrix.version }}
- name: Install Packages
run: nimble install -y
- name: Test command
run: nimble tests