Skip to content

Merge pull request #173 from raylib-rs/update-useable-fork #127

Merge pull request #173 from raylib-rs/update-useable-fork

Merge pull request #173 from raylib-rs/update-useable-fork #127

Workflow file for this run

name: Rust
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: cd raylib && cargo build --verbose --features nobuild
# - name: Run tests [Requires window system]
# run: cargo test -p raylib-test --verbose