Skip to content

Commit

Permalink
Merge branch 'trunk' into feature/3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
genya0407 committed Dec 31, 2023
2 parents 63ad1c1 + 365c2db commit 15d52e9
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Test

on: [push, pull_request]
on: pull_request
jobs:
cargo_test:
name: cargo test
Expand All @@ -14,14 +14,11 @@ jobs:
with:
ruby-version: "3.1"
- uses: Swatinem/rust-cache@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- run: |
sed -i -e 's/mruby_3_2_0/mruby_${{ matrix.mruby_version }}/g' Cargo.toml
sed -i -e 's/mruby_3_2_0/mruby_${{ matrix.mruby_version }}/g' minutus-test/Cargo.toml
cargo test --workspace
- run: cargo test --workspace

integration_test:
name: run all integration tests
Expand All @@ -34,8 +31,4 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.1"
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- run: CLEAN=true TEST_TARGET_MRUBY_VERSION=${{ matrix.mruby_version }} rake run_all

0 comments on commit 15d52e9

Please sign in to comment.