Skip to content

Update Rust (in hopes of getting to version 1.80). #137

Update Rust (in hopes of getting to version 1.80).

Update Rust (in hopes of getting to version 1.80). #137

Workflow file for this run

name: Run cargo test
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run cargo test
run: |
cd virdant
rustup update
cargo test