No intention of running wasm

This commit is contained in:
Dave Henke 2023-02-08 19:45:57 -06:00
parent e017552318
commit eeb0bb93c4

View File

@ -12,7 +12,6 @@ jobs:
matrix:
include:
- cargo_target: "x86_64-unknown-linux-gnu"
- cargo_target: "wasm32-unknown-unknown"
steps:
- name: Clone repo
uses: actions/checkout@master