Skip to content

Commit

Permalink
ci(test): no toolchain matrix for fn tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alemidev committed Oct 30, 2024
1 parent e0c913b commit cb6c95e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain }}
- run: cargo test --verbose --features=test-e2e
env:
CODEMP_TEST_USERNAME_ALICE: ${{ secrets.CODEMP_TEST_USERNAME_ALICE }}
Expand Down

0 comments on commit cb6c95e

Please sign in to comment.