Skip to content

Commit

Permalink
fix: update dir for CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
sacha-l authored Apr 25, 2024
1 parent 5f8c7c6 commit 5394d03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Run tests on async-std-runtime
run: cargo test --features=async-std-runtime
run: cd swarm_nl && cargo test --features=async-std-runtime
- name: Run tests on tokio-runtime
run: cargo test --features=tokio-runtime
run: cd swarm_nl && cargo test --features=tokio-runtime

0 comments on commit 5394d03

Please sign in to comment.