Skip to content

Commit

Permalink
Call local action
Browse files Browse the repository at this point in the history
  • Loading branch information
akoshelev committed Nov 8, 2023
1 parent b0c93de commit 069eb3a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/rm@v1
- uses: ./.github/actions/rm
- uses: actions/checkout@v3

- uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -69,12 +69,11 @@ jobs:

release:
name: Release builds and tests
needs: free-disk-space
runs-on: ubuntu-latest
env:
RUSTFLAGS: -C target-cpu=native
steps:
- uses: actions/rm@v1
- uses: ./.github/actions/rm
- uses: actions/checkout@v3

- uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -102,14 +101,13 @@ jobs:

extra:
name: Additional Builds and Concurrency Tests
needs: free-disk-space
env:
RUSTFLAGS: -D warnings -C target-cpu=native

runs-on: ubuntu-latest

steps:
- uses: actions/rm@v1
- uses: ./.github/actions/rm
- uses: actions/checkout@v3

- uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 069eb3a

Please sign in to comment.