Skip to content

Instantly share code, notes, and snippets.

View pro465's full-sized avatar
😃
enjoying getting Rusty

Proloy Mishra pro465

😃
enjoying getting Rusty
View GitHub Profile
@pro465
pro465 / cross_test.yml
Created April 5, 2022 09:03
cross testing Rust libs in Github Actions using @action-rs/cargo
# We could use `@actions-rs/cargo` Action ability to automatically install `cross` tool
# in order to compile our application for some unusual targets.
on: [push, pull_request]
name: Cross-test
jobs:
build:
name: Test