Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Add support for ktx textures, highlights and memory monitor feature #57

Add support for ktx textures, highlights and memory monitor feature

Add support for ktx textures, highlights and memory monitor feature #57

Workflow file for this run

name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run tests
run: cargo test --verbose --features=console,checked_types
env:
"RUST_BACKTRACE": 1
"RUST_LOG": "wasm_parser=debug"