Skip to content

Commit

Permalink
DO NOT PUSH
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2bd committed Jan 17, 2025
1 parent 4d59abc commit 74e7597
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,26 +129,26 @@ jobs:
eval $(opam env)
ocaml --version
- name: Compile (dev tests)
run: cargo test --no-run --locked
# - name: Compile (dev tests)
# run: cargo test --no-run --locked

# It's faster to `test` before `build` according to
# https://github.com/rust-lang/rust-analyzer/blob/97b357e41b99ee3d5dd72a1640f6c74e4f4d6b64/.github/workflows/ci.yaml#L55
- name: Compile (dev serde-reflection)
run: cargo build --locked --all-targets
# # It's faster to `test` before `build` according to
# # https://github.com/rust-lang/rust-analyzer/blob/97b357e41b99ee3d5dd72a1640f6c74e4f4d6b64/.github/workflows/ci.yaml#L55
# - name: Compile (dev serde-reflection)
# run: cargo build --locked --all-targets

- name: Test (dev)
run: |
eval $(opam env)
cargo test
cargo test -p serde-generate csharp
- name: Compile (release tests)
run: cargo test --no-run --locked --release --all-features
# - name: Compile (release tests)
# run: cargo test --no-run --locked --release --all-features

- name: Compile (release serde-reflection)
run: cargo build --locked --release --all-targets --all-features
# - name: Compile (release serde-reflection)
# run: cargo build --locked --release --all-targets --all-features

- name: Test (release)
run: |
eval $(opam env)
cargo test --locked --release --all-features
# - name: Test (release)
# run: |
# eval $(opam env)
# cargo test --locked --release --all-features

0 comments on commit 74e7597

Please sign in to comment.