Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchantey committed Dec 8, 2024
1 parent ac7f0a2 commit 4bc030e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 36 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
- name: 🔨📋 Install just
uses: extractions/setup-just@v1
- name: 🔨📋 Init repo
# temp until web assets
run: just assets-pull
run: just init-repo
- name: 🔎 Test Native
run: cargo test --workspace --lib
21 changes: 10 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ ron = "0.8"

# [target.'cfg(target_arch = "wasm32")'.dependencies]
js-sys = "0.3"
wasm-bindgen = "0.2.93"
wasm-bindgen = "0.2"
wasm-bindgen-futures = "0.4"
console_error_panic_hook = "0.1"

Expand Down
23 changes: 1 addition & 22 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ default:
just --list --unsorted

init-repo:
curl -o ./assets.tar.gz https://beetmash-public.s3.us-west-2.amazonaws.com/assets.tar.gz
tar -xzvf ./assets.tar.gz
rm ./assets.tar.gz
just assets-pull
just export-scenes

run example *args:
Expand Down Expand Up @@ -160,25 +158,6 @@ assets-pull:
tar -xzvf ./assets.tar.gz
rm ./assets.tar.gz

view-cors:
gcloud storage buckets describe gs://beet-examples --format="default(cors_config)"
update-cors:
gcloud storage buckets update gs://beet-examples --cors-file=cors.json















### TEST SCENE LOADS

test-fetch:
Expand Down

0 comments on commit 4bc030e

Please sign in to comment.