Compare commits

..

No commits in common. "e7e1c07ff034b86078951bd335c452fb8e072b7f" and "33f2891773a487962ff57c3d2ee8146a53781f81" have entirely different histories.

1 changed files with 0 additions and 23 deletions

View File

@ -1,23 +0,0 @@
name: Rust
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose