Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Nov 22, 2024
1 parent d5a88f4 commit 199b2a1
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,8 @@ jobs:
run: cargo fmt -- --check
- name: Check Clippy
run: cargo clippy -- -Dwarnings --allow dead_code
- name: Setup upterm session
uses: lhotari/action-upterm@v1
- name: Run internal tests
run: |
export PATH=/home/runner/.cargo/bin/:$PATH
sudo /home/runner/.cargo/bin/rustup default stable
sudo /home/runner/.cargo/bin/rustc --version
sudo /home/runner/.cargo/bin/cargo --version
sudo /home/runner/.cargo/bin/cargo test --verbose -- --nocapture
run: cargo test --verbose -- --nocapture
- name: Build
run: cargo build

Expand Down

0 comments on commit 199b2a1

Please sign in to comment.