diff --git a/.github/workflows/end-to-end.yml b/.github/workflows/end-to-end.yml index 56e9e9b5..535cc37b 100644 --- a/.github/workflows/end-to-end.yml +++ b/.github/workflows/end-to-end.yml @@ -1,18 +1,17 @@ -aksldjkasdjkalsjd -# on: -# push: -# branches: [ main ] -# paths: -# - "src/**" -# - "Cargo.*" -# - "rust-tests/**" -# - "test/end-to-end/**" -# pull_request: -# paths: -# - "src/**" -# - "Cargo.*" -# - "rust-tests/**" -# - "test/end-to-end/**" +on: + push: + branches: [ main ] + paths: + - "src/**" + - "Cargo.*" + - "rust-tests/**" + - "test/end-to-end/**" + pull_request: + paths: + - "src/**" + - "Cargo.*" + - "rust-tests/**" + - "test/end-to-end/**" name: End-to-End testing diff --git a/.github/workflows/python-bindings.yml b/.github/workflows/python-bindings.yml index b40eadae..ee313ef9 100644 --- a/.github/workflows/python-bindings.yml +++ b/.github/workflows/python-bindings.yml @@ -1,4 +1,3 @@ -askldjasjkdkasdj name: Python bindings CI on: diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 4a39812e..5e18b54b 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -58,25 +58,25 @@ jobs: fail-fast: false matrix: include: - # - target: x86_64-unknown-linux-musl - # os: ubuntu-22.04 - # - target: aarch64-unknown-linux-musl - # os: ubuntu-22.04 - # use-cross: true + - target: x86_64-unknown-linux-musl + os: ubuntu-22.04 + - target: aarch64-unknown-linux-musl + os: ubuntu-22.04 + use-cross: true # - target: powerpc64le-unknown-linux-musl # os: ubuntu-22.04 # use-cross: true - target: powerpc64le-unknown-linux-gnu - os: 8core_ubuntu_latest_runner + os: ubuntu-22.04 use-cross: true - # - target: x86_64-apple-darwin - # os: macos-13 - # - target: aarch64-apple-darwin - # os: macos-13 - # - target: x86_64-pc-windows-gnu - # os: windows-2022 - # - target: x86_64-pc-windows-msvc - # os: windows-2022 + - target: x86_64-apple-darwin + os: macos-13 + - target: aarch64-apple-darwin + os: macos-13 + - target: x86_64-pc-windows-gnu + os: windows-2022 + - target: x86_64-pc-windows-msvc + os: windows-2022 env: # # These are some environment variables that configure the build so that the binary size is reduced.