[meta] remove workflows due to missing scope

This commit is contained in:
wfrsk 2022-09-13 15:34:41 +02:00
parent e6ee2597ac
commit 40e4d34b36
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
name: Tests
on: [ push, pull_request ]
env:
CARGO_ENV_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}