Skip to content

Make it work on stable! 🎉🎉🎉 #17

Make it work on stable! 🎉🎉🎉

Make it work on stable! 🎉🎉🎉 #17

Workflow file for this run

name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
- run: cargo test