Skip to content

Commit

Permalink
more derp
Browse files Browse the repository at this point in the history
  • Loading branch information
pacak committed Oct 12, 2024
1 parent 4dfb1b1 commit bbb3b13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-and-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ jobs:
name: binaries

- name: run with branch
run: cargo-branch --manifest-path sample/Cargo.toml --lib --llvm sample::main
run: ./cargo-branch --manifest-path sample/Cargo.toml --lib --llvm sample::main

- name: run with master
run: cargo-master --manifest-path sample/Cargo.toml --lib --llvm sample::main
run: ./cargo-master --manifest-path sample/Cargo.toml --lib --llvm sample::main
# jobs:
# linux:
# name: Tests on Linux
Expand Down

0 comments on commit bbb3b13

Please sign in to comment.