Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed Feb 12, 2024
1 parent 70f4ebb commit db1d7b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
forge test -vvv
id: test

- uses: actions-rs/cargo@v1
with:
command: test
args: --release --locked --manifest-path ./integration-tests/Cargo.toml -- --nocapture
- uses: cargo test
run: |
cd ./integration-tests
cargo test --release -- --nocapture
fmt:
name: Rustfmt
Expand Down

0 comments on commit db1d7b9

Please sign in to comment.