Skip to content

Commit

Permalink
use all workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Dec 17, 2024
1 parent 42c33e7 commit 8ae6334
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 30 deletions.
29 changes: 14 additions & 15 deletions .github/workflows/end-to-end.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/python-bindings.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
askldjasjkdkasdj
name: Python bindings CI

on:
Expand Down
28 changes: 14 additions & 14 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8ae6334

Please sign in to comment.