Skip to content

Submodules query.

Submodules query. #26

Workflow file for this run

name: Run cargo test
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run cargo test
run: |
cargo test