Skip to content

Commit

Permalink
feat(ci): add bash as shell
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Aug 25, 2023
1 parent 8e7e315 commit 68d20a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v3
- uses: ./.github/actions/toolchain
shell: bash
- name: Run tests
run: cargo test

Expand All @@ -20,6 +21,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v3
- uses: ./.github/actions/toolchain
shell: bash
- name: Run tests
run: cargo test
- uses: pdm-project/setup-pdm@v3
Expand All @@ -36,6 +38,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v3
- uses: ./.github/actions/toolchain
shell: bash
with:
rust_components: clippy
- name: Install toolchain (nightly)
Expand Down

0 comments on commit 68d20a9

Please sign in to comment.