Updated test in workflow

This commit is contained in:
Paul-Henry Kajfasz 2024-08-21 16:53:28 +01:00
parent c5077b1683
commit e4a9a2ac00
No known key found for this signature in database
GPG key ID: 5EB89DCE97DB7417

View file

@ -17,7 +17,7 @@ jobs:
matrix:
toolchain: [stable, nightly]
os: [ubuntu]
args: [default, no-default]
args: [default, no-std]
timeout-minutes: 30
steps:
- uses: actions/checkout@main