Skip to content

Update serenity requirement from 0.10 to 0.12 #35

Update serenity requirement from 0.10 to 0.12

Update serenity requirement from 0.10 to 0.12 #35

Workflow file for this run

name: Cargo Check/Tests
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# - name: Install Apt Dependencies
- name: Install Rust toolchain/component(s)
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
- name: Cargo Check
uses: actions-rs/cargo@v1
with:
command: check
# - name: Cargo tests
# uses: actions-rs/cargo@v1
# with:
# command: test