Compare commits

..

No commits in common. "4887486f19d59871951f12a041a85bc7f980fc77" and "eac279f8e852db90475719bb97f95d4d0828cfd5" have entirely different histories.

View file

@ -11,16 +11,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Install stable toolchain - run: echo " The job was automatically triggered by a ${{ gitea.event_name }} event."
uses: actions-rs/toolchain@v1 - run: echo " This job is now running on a ${{ runner.os }} server hosted by Gitea!"
with: - run: echo " The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
toolchain: stable
override: true
- name: Build - name: Build
uses: actions-rs/cargo@v1
run: cargo build run: cargo build
- name: Run tests - name: Run tests
uses: actions-rs/cargo@v1
run: cargo test run: cargo test