Add Rust stable to CI

pull/344/head
Wilfred Hughes 2022-08-23 09:17:49 +07:00
parent 721ebc663d
commit 94ee57036e
1 changed files with 10 additions and 0 deletions

@ -12,6 +12,16 @@ jobs:
with:
command: test
test_linux_latest_stable:
name: Test Linux (latest stable Rust)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/cargo@v1
with:
toolchain: stable
command: test
test_mac:
name: Test macOS
runs-on: macos-latest