Skip to content

Simulating submodules still doesn't work, but it's getting closer. #44

Simulating submodules still doesn't work, but it's getting closer.

Simulating submodules still doesn't work, but it's getting closer. #44

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