Skip to content

Commit

Permalink
Merge pull request #20 from sigma-andex/refactor-it-module-name
Browse files Browse the repository at this point in the history
Refactor it module name
  • Loading branch information
FL33TW00D authored Jan 20, 2024
2 parents c8dafcc + 94a8d87 commit 50f7b5b
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
env:
CARGO_TERM_COLOR: always
WGPU_DX12_COMPILER: dxc
RUSTFLAGS: --cfg=web_sys_unstable_apis
RUSTFLAGS: --cfg=web_sys_unstable_apis

jobs:
build:
Expand All @@ -31,7 +31,7 @@ jobs:
sudo wget -qO /etc/apt/sources.list.d/lunarg-vulkan-jammy.list https://packages.lunarg.com/vulkan/lunarg-vulkan-jammy.list
sudo add-apt-repository ppa:kisak/kisak-mesa
sudo apt-get update
sudo apt install -y libegl1-mesa libgl1-mesa-dri libxcb-xfixes0-dev vulkan-sdk mesa-vulkan-drivers pkg-config libasound2-dev
sudo apt install -y libegl1-mesa libgl1-mesa-dri libxcb-xfixes0-dev vulkan-sdk mesa-vulkan-drivers pkg-config libasound2-dev
- name: Setup
run: |
Expand All @@ -41,4 +41,4 @@ jobs:
- name: Run tests
run: cargo test
- name: Run integration tests
run: (cd crates/integration-tests;sh run-tests.sh)
run: (cd crates/ratchet-integration-tests;sh run-tests.sh)
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[workspace]
members = [
"crates/integration-tests",
"crates/ratchet-core",
"crates/ratchet-integration-tests",
"crates/ratchet-loader",
"crates/ratchet-models",
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ratchet-integration-tests"
version = "0.1.0"
version = "0.0.0" # Not to be published
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 50f7b5b

Please sign in to comment.