Skip to content

Commit

Permalink
Do not use stale action
Browse files Browse the repository at this point in the history
  • Loading branch information
genya0407 committed Dec 31, 2023
1 parent 81ae4e9 commit 988f076
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ jobs:
with:
ruby-version: '3.1'
- uses: Swatinem/rust-cache@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- run: cargo test --workspace

integration_test:
Expand All @@ -26,8 +22,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 rake run_all

0 comments on commit 988f076

Please sign in to comment.