Skip to content

Merge branch 'main' of github.com:indy256/codelibrary into rust_binar… #48

Merge branch 'main' of github.com:indy256/codelibrary into rust_binar…

Merge branch 'main' of github.com:indy256/codelibrary into rust_binar… #48

Workflow file for this run

name: Rust CI
on: [push]
jobs:
build-ubuntu-rustc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install rustc
run: |
sudo apt install rustc
- name: compile
run: |
cd rust
cargo test