Skip to content

docs: updated front page #27

docs: updated front page

docs: updated front page #27

Workflow file for this run

name: Linux
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Set up NASM
uses: ilammy/setup-nasm@v1.5.1
- uses: actions/checkout@v3
- name: Run tests
run: cargo test --verbose