ci(test): no toolchain matrix for fn tests

This commit is contained in:
əlemi 2024-10-30 13:32:38 +01:00
parent e0c913b46d
commit cb6c95e1aa
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -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 }}