Skip to content

Add get_attribute_no_ns to Node and RoNode #43

Add get_attribute_no_ns to Node and RoNode

Add get_attribute_no_ns to Node and RoNode #43

Workflow file for this run

on: [push, pull_request]
name: CI
jobs:
test:
name: rust-libxml CI
runs-on: ubuntu-latest
steps:
- name: install dependencies
uses: ryankurte/[email protected]
with:
packages: "libxml2-dev"
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: run tests
uses: actions-rs/cargo@v1
with:
command: test