Skip to content

Use relative path for git submodule, so that the submodule follows master repo's access scheme. #25

Use relative path for git submodule, so that the submodule follows master repo's access scheme.

Use relative path for git submodule, so that the submodule follows master repo's access scheme. #25

Workflow file for this run

name: CI
env:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
CARGO_TERM_COLOR: always
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: test
args: --all