Skip to content

Commit

Permalink
YML
Browse files Browse the repository at this point in the history
  • Loading branch information
NYBACHOK committed Oct 1, 2024
1 parent d923f8c commit 852fed8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ jobs:
needs: build_artifacts

steps:
- name: Checkout
uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3

- name: Download artifact
uses: actions/download-artifact@v2
with:
name: ubuntu-latest-heaven
path: artifacts/ubuntu
- name: Download artifact
uses: actions/download-artifact@v2
with:
name: ubuntu-latest-heaven
path: artifacts/ubuntu

- name: Execute tests
run: cargo test --features=it --no-fail-fast
- name: Execute tests
run: cargo test --features=it --no-fail-fast


0 comments on commit 852fed8

Please sign in to comment.