Compare commits

..

No commits in common. "61719b39c4ca937fbd8cf7fe58eaa3014bfc3b26" and "116f143fc7a3fecbc87b9a0fdb9959aafdcce03c" have entirely different histories.

View file

@ -11,7 +11,18 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Build - name: Build
run: cargo build uses: actions-rs/cargo@v1
with:
command: build
- name: Run tests
uses: actions-rs/cargo@v1
with:
command: test