Skip to content

Commit

Permalink
tmp: Test
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-caspers committed Jun 13, 2024
1 parent b0df2c8 commit acb2b25
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ jobs:
- name: Cargo build and test
uses: devcontainers/[email protected]
with:
runCmd: cargo build --verbose && cargo test --verbose
runCmd: |
ls
ls .cargo
cat .cargo/config.toml
cargo build --verbose
cargo test --verbose
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit acb2b25

Please sign in to comment.