Skip to content

Remove compiler_builtins #72

Remove compiler_builtins

Remove compiler_builtins #72

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- beta
- nightly
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
components: rustfmt
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test
- name: Run benchmarks
run: cargo bench --features bench
if: startsWith(matrix.rust, 'nightly')
regen:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Regen
run: cd scripts && python3 unicode.py
- name: Diff
run: diff src/tables.rs scripts/tables.rs
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy