Skip to content

refactor: remove unused tests #4

refactor: remove unused tests

refactor: remove unused tests #4

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test:
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Install stable toolchain
uses: omarabid-forks/rs-toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Run cargo test
uses: omarabid-forks/rs-cargo@v1
with:
command: test