Skip to content

build: update dependencies #25

build: update dependencies

build: update dependencies #25

Workflow file for this run

name: Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build
- name: Run tests (base)
run: cargo test
- name: Run tests (wchar)
run: cargo test --features "wchar_conversion"