name: 🦀 Running Rust
on:
env:
CARGO_TERM_COLOR: always
jobs:
Ubuntu:
runs-on: ubuntu-latest
name: 🐧 Ubuntu
steps:
- name: 🚀 actions/checkout@v2
uses: actions/checkout@v2
- name: 🕵️ Run tests
run: cargo test
Windows:
runs-on: windows-latest
name: 🏳️🌈 Windows
steps:
- name: 🚀 actions/checkout@v2
uses: actions/checkout@v2
- name: 🕵️ Run tests
run: cargo test