There, we are now, we do not need those.

pull/6/head
ondra05 2022-03-01 22:15:27 +01:00
parent 0dee4ad9ab
commit 9537879d8c
1 changed files with 0 additions and 22 deletions

View File

@ -1,22 +0,0 @@
name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
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